https://github.com/aimwang https://gitlab.com/aimwang
1 2 3 4
if [ "${EUID}" -ne 0 ]; then echo "Please run as root" exit 1 fi