bash-cheatsheet

Because I suck at bash

View the Project on GitHub asser-dk/bash-cheatsheet

Etmythology

Sudo: Super User Do

Run .sh file as sudo

sudo ./myfile.sh

Note: The ./ is required in order to tell the sudo command to look for the file in the current directory.