$ wget <link to script in RAW format>
$ chmod +x script.sh
$ ./script.sh
$ wget https://raw.githubusercontent.com/jim380/node_tooling/master/Init/addUser.sh
$ chmod +x addUser.sh
$ ./addUser.sh
$ wget https://raw.githubusercontent.com/jim380/node_tooling/master/Cosmos/CLI/go_install.sh
$ chmod +x go_install.sh
$ ./go_install.sh -v <version>
example: ./go_install.sh -v 1.11.5
$ wget https://raw.githubusercontent.com/jim380/node_tooling/master/Monitor/monitor_install.sh
$ chmod +x monitor_install.sh
$ ./monitor_install.sh