3 lines
106 B
Bash
Executable file
3 lines
106 B
Bash
Executable file
#!/bin/sh
|
|
export PYTHONIOENCODING=utf-8
|
|
LANG=fr_FR.UTF-8 sudo -u respbats /usr/scripts/gestion/whos.py $*
|