# Only allow the script to continue if running as root if [ -z "${__root_sh_loaded}" ] then __root_sh_loaded=yes if [ "$(id -u)" -gt 0 ] then want ansi echo "" echo "${a_red}I need root!${a_normal}" echo "" exit 1 fi fi