Bash files
Bash files are helpful to automate task in your system, for simple tasks like installing o compile software from source to complicated task.
Here is a simple example of bash file, here will do a update, install the updates then it will download a source for [micro text editor](https://micro-editor.github.io/) and install it. This example is for debian-based systems.
Before running the script, needs to be executable
Then you can run it like
If everything went well you will see all the process in the terminal and get the normal prompt in the terminal.
----------
----------
© DarknessCode