advanced code snippet search
beaknit on 02/11/11
Shell Bash
02/11/11 11:08am
if [[ $EUID -ne 0 ]]; then echo "This script must be run as root" exit 1fi
Report this snippet Tweet
Comment:
You need to login to post a comment.