kun

un outil de sondage - retour accueil

git clone git://bebou.netlib.re/kun
Log | Files | Refs | README |

commit 266f34ff4ebbd98537e8375059f3203414165278
parent d6503ebc5cecd7c5e716984d232f5822a18f0c21
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Wed, 18 Sep 2024 21:57:06 +0200

-h élémentaire

Pas encore de gestion propre des options

Diffstat:
Mkun | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kun b/kun @@ -40,8 +40,8 @@ addanswer() { } # modifier une réponse existante -# kun modifyanswer id id_de_réponse # n'est pas tant une "modification" qu'une réécriture +# kun modifyanswer id id_de_réponse modifyanswer() { local idrep id name id="$1";idrep="$2" @@ -109,6 +109,8 @@ getanswer() { cat /tmp/kun.$id/$pers-* } +[ "$1" = "-h" ] && { grep -E -B3 "^[a-zA-Z]+ *\(\) *{ *$" $0 | grep -v ^$; exit 0;} + while [ ! "$c" = "quitter" ];do t="";l=""