improve license notice
[evhz] / run
1 #!/bin/bash
2 cd "${BASH_SOURCE%/*}"
3 gcc -o evhz evhz.c
4 [[ $EUID == 0 ]] || s=sudo
5 $s ./evhz "$@"