un outil de sondage - retour accueil
git clone git://bebou.netlib.re/kun
Log | Files | Refs | README |
commit ee23d1ea2e7a3606663dd123ad0ae3f28bed0369 parent dcd7d8b8afbae6840f4ed5fe2fe65e5b927e20b3 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Mon, 23 Sep 2024 16:25:18 +0200 Erreur de syntaxe note : arrĂȘter de pousser avant d'avoir fait make test ! Diffstat:
M | kun.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kun.sh b/kun.sh @@ -15,7 +15,7 @@ _help() { echo "Les commandes dispos : \n" grep -E -B3 "^[a-zA-Z]+ *\(\) *{ *$" ./commands.sh | grep -v ^$ - exit 0;; + exit 0 } [ -n "$SSH_ORIGINAL_COMMAND" ] && set -- $SSH_ORIGINAL_COMMAND