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`