/scripts

🟢 Scripts in linux can help you a lot when performing some boring task, so here are a few scripts that I use on a daily basis. 🐧

Primary LanguagePython

Text: Scripts for Linux

Dependencies

Some scripts need dependencies, see the list here.

Install

To run the scripts in the terminal, give chmod permissions, if the script needs:

chmod +x [name]

Move to /usr/bin/ or /usr/local/bin/ now:

sudo mv -v [name] /usr/bin/
#sudo mv -v [name] /usr/local/bin/