- Function: quickly switch between multiple paths
- Initial setting
- set global path in ~/.bash_profile(point to goScript folder) and do "source ~/.bash_profile"
- change the content of the file named "global" in goScript folder, point it to goScript folder but not include '/goScript'
- give read/write access "chmod -R 777 goScript" folder
- create a folder and named it as "path" in goScript folder
- Usage
- . setpath "path name"
- . go "path name"