scripts/gestion/tools/who2b
2014-09-15 21:59:07 +02:00

8 lines
154 B
Bash
Executable file

#!/bin/bash
if [ `hostname` != "vo" ]; then
echo "Merci d'executer ce script sur vo."
exit 1
fi
sudo -u root /usr/scripts/gestion/tools/who2b.py "$@"