1. #!/bin/sh
  2.  
  3. if [ $(whoami) != "root" ] ; then
  4.   echo "You aren't root"
  5.   exit 1
  6. fi
  7.  
  8. python2 /usr/share/gerix-wifi-cracker-ng/gerix.py