Guest User

Untitled

a guest
Sep 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. !/bin/bash
  2. if [[ $EUID -ne 0 ]]; then
  3. echo "This script must be run as root"
  4. exit 1
  5. fi
Add Comment
Please, Sign In to add comment