A collection of bash scripts to speed up certain routines
- Create a new file in Atom and save it wihtout ending
- The filename will be the name of the command f.e. makefolder -> makefolder
- Add '#!/bin/bash' to your file header
- Add your commands
- In Terminal 'chmod a+x '