projects
/
gestion-adh.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Correction ('reçu' ou 'récépissé' se dit 'receipt' en anglais, et non
[gestion-adh.git]
/
features
/
support
/
mock_mailman
/
sudo
1
#!/bin/sh
2
3
if ! [ "-u" = "$1" ] && ! [ "list" = "$2" ]; then
4
echo "Bad call" >&2
5
exit 1
6
fi
7
8
shift 2
9
10
exec "$@"