ajout des wrappers
darcs-hash:20090608132933-af139-de4a7d241314660302dafbc2d6364e0c101ae31c.gz
This commit is contained in:
parent
258bc944f3
commit
dce8ccb6da
11 changed files with 33 additions and 0 deletions
2
respbats/chambre
Executable file
2
respbats/chambre
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
sudo -u respbats /usr/scripts/utils/chambre.py $*
|
4
respbats/chgpass
Executable file
4
respbats/chgpass
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
echo -ne "Mot de passe câbleur - "
|
||||||
|
sudo -u respbats /usr/scripts/gestion/chgpass.py $*
|
3
respbats/controle_chartes_MA
Executable file
3
respbats/controle_chartes_MA
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
sudo -u respbats /usr/scripts/admin/controle_chartes_MA.py $*
|
3
respbats/controle_tresorier
Executable file
3
respbats/controle_tresorier
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
sudo -u respbats /usr/scripts/admin/controle_tresorier.py $*
|
3
respbats/controle_tresorier2
Executable file
3
respbats/controle_tresorier2
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
sudo -u respbats /usr/scripts/admin/controle_tresorier2.py $*
|
3
respbats/crans
Executable file
3
respbats/crans
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
LANG=fr_FR@euro sudo -u respbats /usr/scripts/gestion/gest_crans.py $*
|
4
respbats/locate-mac
Executable file
4
respbats/locate-mac
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
#execution avec des droits suffisants
|
||||||
|
LANG=fr_FR@euro sudo -u '#120' /usr/scripts/gestion/tools/locate-mac.py $*
|
3
respbats/mail_invalide
Executable file
3
respbats/mail_invalide
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
sudo -u respbats /usr/scripts/admin/mail_invalide/mail_invalide.py $*
|
3
respbats/menage_cableurs
Executable file
3
respbats/menage_cableurs
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
sudo -u respbats /usr/scripts/admin/menage_cableurs.py $*
|
2
respbats/stats_cableurs
Executable file
2
respbats/stats_cableurs
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
sudo -u respbats /usr/scripts/stats_cableurs.py "$@"
|
3
respbats/whos
Executable file
3
respbats/whos
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
LANG=fr_FR@euro sudo -u respbats /usr/scripts/gestion/whos.py $*
|
Loading…
Add table
Add a link
Reference in a new issue