]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
Dafuq ce script était pas NK2012
authorVincent Le Gallic <legallic@crans.org>
Sat, 12 Mar 2016 16:34:29 +0000 (17:34 +0100)
committerVincent Le Gallic <legallic@crans.org>
Sat, 12 Mar 2016 16:34:29 +0000 (17:34 +0100)
bde/adhesions.sh [new file with mode: 0755]
bde/old/adhesions.sh [deleted file]

diff --git a/bde/adhesions.sh b/bde/adhesions.sh
new file mode 100755 (executable)
index 0000000..b3e141d
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# Pour trouver les années d'adhésion d'un compte
+
+export LESS='-S'
+
+psql note -c "
+   SELECT *
+   FROM adhesions
+   WHERE idbde = $1
+   ORDER BY annee ASC;"
diff --git a/bde/old/adhesions.sh b/bde/old/adhesions.sh
deleted file mode 100755 (executable)
index b3e141d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-# Pour trouver les années d'adhésion d'un compte
-
-export LESS='-S'
-
-psql note -c "
-   SELECT *
-   FROM adhesions
-   WHERE idbde = $1
-   ORDER BY annee ASC;"