]> gitweb.pimeys.fr Git - scripts-20-100.git/blob - bde/liste_pot/pot.sh
typo
[scripts-20-100.git] / bde / liste_pot / 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