This commit is contained in:
Mayel 2021-04-30 13:35:06 +02:00
parent 8e4aa6ee1d
commit a009927f5b

View file

@ -8,6 +8,7 @@ cd $DIR
git add .
set +e # Grep succeeds with nonzero exit codes to show results.
if git status | grep -q -E 'modified|ahead'
then
set -e