Because I suck at bash
View the Project on GitHub asser-dk/bash-cheatsheet
Sudo: Super User Do
sudo ./myfile.sh
Note: The ./ is required in order to tell the sudo command to look for the file in the current directory.
./
sudo