202511211240

This commit is contained in:
Thibaud
2025-11-21 12:40:24 +01:00
parent fd00e31ba7
commit ac3003b23e
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -4,8 +4,4 @@ TIMESTAMP=`date "+%Y%m%d%H%M"`
git_99_status.sh git_99_status.sh
TEST=`git status | grep propre | wc -l` git commit -m "$TIMESTAMP"
if [ $TEST -eq 0 ]
then
git commit -m "$TIMESTAMP"
fi
+1 -1
View File
@@ -21,5 +21,5 @@ then
git add . git add .
fi fi
else else
echo "STATUS OK" echo "GIT STATUS OK"
fi fi