
Ignore-this: dfcf900fc0d2593b2a26d6da93750491 darcs-hash:20121108175805-ffbb2-3eb05ac43df150c5438215f84794a811ca0ab089.gz
8 lines
167 B
Bash
Executable file
8 lines
167 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [ `hostname` != "zamok" ]; then
|
|
echo "Merci d'exécuter ce script sur zamok."
|
|
exit 1
|
|
fi
|
|
|
|
exec sudo -u respbats /usr/scripts/gestion/tools/whokfet.py
|