A collection of my shell scripts. Most of these are POSIX shell scripts and all of these are licensed under the Unlicense unless otherwise specified.
The following scripts assume you are using the GNU Coreutils and have not been tested on non-linux machines
You will also want the following if you wish to use (some of) the scripts without modification:
Using the scripts is easy, run the following commands:
chmod +x /path/to/script (if needed)
./path/to/script
or alternatively:
sh /path/to/script (replace sh with bash if needed)
If you would like to use them as you would commands, add the folder containing your scripts to your path variable or move them to a folder within your path variable