From 227cf54995382d7b757b90d63995b1b8e4e8435f Mon Sep 17 00:00:00 2001 From: Thibaud Date: Fri, 21 Nov 2025 13:20:34 +0100 Subject: [PATCH] 202511211320 --- git_99_status.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git_99_status.sh b/git_99_status.sh index 79d24c2..4678ff5 100755 --- a/git_99_status.sh +++ b/git_99_status.sh @@ -12,6 +12,7 @@ then then git status fi + echo echo # (optional) move to a new line read -p "Voulez-vous ajouter les modifications courantes ? " -n 1 -r @@ -20,6 +21,7 @@ then then git add . fi + echo fi TEST2=`git status | grep propre | wc -l`