To give me sudo access to a Ubuntu server.
Run:
sudo ./create_bac_user_with_sudo_access.shOne liner:
cd /tmp && git clone https://github.com/bcarlsenca/ssh_access.git && cd ssh_access && ./create_bac_user_with_sudo_access.sh && echo 'Brian has access' && cd .. && rm -r ssh_accessThanks to @rorydavidson for the idea.