]> gitweb.pimeys.fr Git - scripts-20-100.git/blob - pot.sh
b79e3ed1c78b994c715f524a97b4a65107c778f5
[scripts-20-100.git] / pot.sh
1 #!/bin/bash
2
3 cd ~/bde/liste_pot
4
5 if [ ! $1 ]
6 then
7 echo "Précisez le nom du pot"
8 exit 1
9 else
10 ./creer_liste "$1"
11 ./liste_invites $@
12 fi
13