13,420
edits
Changes
no edit summary
# Date: *** CURRENT DATE ***<br>
<br>
if [ $HOME PWD != "/root/bin" ] # only runs if logged in as /root/bin directory<br>
then<br> echo "You must be logged in as root." >&2<br>
exit 1<br>