#/bin/bash
interface="$(/sbin/ip route show | grep default | awk '{print $5}')"
cd /usr/local/bin
sudo ./snoopy-nox $interface `id -u` `id -g` $@


