All my scripts in one handy little collection. All scripts are designed with Bash use intended and intructions on how to use them are located within the file.
- Run
git clone https://github.com/lewisgilldotcom/scripts
- Change dir to the folder you downloaded with
cd scripts
- Make all the scripts executable with the command
chmod +x *
- Select the script you want to use
- Select the "Raw" button above the source code
- Copy the URL
- Run
curl -LO theURLYouCopiedHere
- Run
chmod +x theNameOfTheFileYouDownloaded.sh