]> nos-oignons.net Git - gestion-adh.git/blob - features/support/mock_mailman/sudo
a0ac546f98fc72ecd93cdcf023cbe8ec53504733
[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 "$@"