#!/bin/bashif [ "$1" == "-h" ] || [ "$1" == "--help" ] || [ "$1" == "-v" ] || [ "$1" == "--verbose" ];then echo -e "http://xkcd.com/149\n"fi if [ $UID -eq 0 ];then echo "Okay."else echo "What? Make it yourself."fi
if [ $UID -eq 0 ];then echo "Okay."else echo "What? Make it yourself."fi
While the poll is on the topic of DRM.... I really enjoyed this xkcd