test git script

This commit is contained in:
Elias Gasparis 2026-03-20 18:18:29 +08:00
commit 298e56fd49

5
git-update.sh Executable file
View file

@ -0,0 +1,5 @@
echo "Git commit message:"
read
git add .
git commit -m "$REPLY"
git commit push -u origin