github/just/bao/up.bat
2025-07-23 17:16:08 +08:00

5 lines
79 B
Batchfile
Executable File

@echo off
git add .
git commit -m "commit via auto upload shell"
git push
pause