]> gitweb.pimeys.fr Git - scripts-20-100.git/blob - bde/old/inscriptions.sh
[bde] Bye inscriptions.sh, so 2012. adhesions.sh is the new sexy.
[scripts-20-100.git] / bde / old / inscriptions.sh
1 #!/bin/bash
2
3 # Pour trouver les années d'inscriptions de quelqu'un dans la base de données
4
5 export LESS='-S'
6
7 psql bde -c "
8 SELECT *
9 FROM inscriptions
10 WHERE adherent = $1
11 ORDER BY annee ASC;"