remove test

This commit is contained in:
ducoterra
2018-09-16 13:22:35 -04:00
parent 5dbd63513e
commit caab8aa1dc

13
test.sh
View File

@@ -1,13 +0,0 @@
# success=false
# if [ $success = true ] ; then
# echo $success
# fi
# curdir="$(pwd)"
# echo $curdir
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root"
exit 1
fi
echo "root"