1 2 3 4 5 6 7 8 9
#!/usr/bin/bash echo "${USER}" echo "${USER}" echo "" if [[ $(id -u) -eq 0 ]]; then exit 33 fi