Hitomi-Downloader/push_^q^.bat

8 lines
71 B
Batchfile

@echo off
git add .
git commit -m "^q^"
git push
echo Done!
pause>nul