
Ignore-this: 393c02071ab07891f2b83f0887587fb6 darcs-hash:20121108175629-ffbb2-f5781b64998fb2953106916b36cd1909a3b3f38c.gz
8 lines
153 B
Bash
Executable file
8 lines
153 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [ `hostname` != "vo" ]; then
|
|
echo "Merci d'executer ce script sur vo."
|
|
exit 1
|
|
fi
|
|
|
|
sudo -u respbats /usr/scripts/gestion/tools/who2b.py
|