A collection of bash scripts to make life quicker and easier
- Clone the repo and add the two shell scripts
.shto your desired scripts location, mine is~/Scriptson Linux - Create a
projectList.txtfile in a location of your choice, it was~/Scriptsfor me again - Create an alias for the scripts' execution, I added mine to my
~/.bash_aliasesfile as follows
*text editor of choice eg. nano* ~/.bash_aliases
alias goproj="bash ~/Scripts/goToProjDir.sh"
alias addproj="bash ~/Scripts/addProjDir.sh"
save & exit
source ~/.bash_aliases #Allows you to use the aliases without a new shell