How to NOT have to enter sudo password multiple times!
Found a cool way to do a script (by Sparhawk in StackExchange) so that if you use sudo more than once or if a command requires you to enter your password, you should only have to enter it once.
I've used it already in my TCServer_restart.sh script and it …