ShellBG is a simple script to execute shell scripts in the background. It frees up your terminal and allows you to forget about the script while it runs.
ShellBG is a lightweight script that allows you to run shell scripts in the background with ease. It is ideal for long-running scripts that you don’t want to keep running in your terminal. With ShellBG, you can start a script and forget about it, knowing that it will continue to run in the background until it completes.
- Runs shell scripts in the background
- Create a simple list to help you select a script to run.
- Frees up your terminal
- Simple and easy to use
To install ShellBG, simply download the shellbg.sh script and make it executable:
chmod +x shellrunner.sh
To use ShellBG, simply run the following command:
./shellbg.sh
wget -qO - https://raw.githubusercontent.com/rodrigoramosrs/ShellBG/main/shellbg.sh | bash
This will prompt to select a script you want to execute in the background.
ShellRunner is licensed under the MIT License. See LICENSE for more information.
I hope this helps! 😊