I\'m creating a Bash installer script which compiles and installs some libraries for both OSX and Linux. Because some commands in my script (\"make install\", \"apt-get install\
Maybe a bit easier to read:
[ $(whoami) == "root" ] || exit