Miscellanious shell scripts.
For utility scripts, see UTILS.md, and for local LLM scripts, see LLM.md.
You can install any one of the scripts into any folder by running:
wget https://shell.nikoboi.dev/path/to/script
Fill in the path to the script. shell.nikoboi.dev resolves to this repository.
Place any script in /usr/local/bin/ for easy access anywhere:
sudo mv script /usr/local/bin/script
This will allow you to easily run the script as any other Linux command:
script
Very much recommended for scripts you use a lot in many different folders.
Make sure you don’t overwrite anything in /usr/local/bin/ or that the filename isn’t a command:
cat /usr/local/bin/script-name
script-name
Feel free to fork this repository and submit issues or pull requests if you have any suggestions or improvements. If you encounter any bugs or have feature requests, please open an issue.
Created by Nikoboi
This project is licensed under the GNU General Public License V3. See LICENSE for details.