kun

un outil de sondage - retour accueil

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

commit 2b75fea51ba8bc2cc0a9f8d0d5cdeb6393f78a0d
parent bd021ef49fa5345520d0ec8445e0e4fe704952f7
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Fri, 20 Sep 2024 10:27:14 +0200

create renvoie l'id du sondage dans stdout

Diffstat:
Mcommands.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/commands.sh b/commands.sh @@ -14,6 +14,7 @@ create() { [ -s "$id/question" ] \ && _success "id du sondage : ${id##/tmp/kun.}" \ || _die "sondage vide, il n'a pas été créé" + echo "$id" | cut -d'.' -f2 } # ajouter une réponse à un sondage