This commit is contained in:
louiscklaw
2025-01-31 22:22:57 +08:00
parent 0687d83118
commit 141622669a
6 changed files with 47 additions and 0 deletions

12
vinniesniper-54816/gitUpdate.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -ex
git status .
read -p "Press enter to continue"
git add .
git commit -m "update vinniesniper-54816"
git push