This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
ion_test_game/commit.bat

7 lines
88 B
Batchfile

:repeat
git add -A
git commit -am "automatic_commit"
git push
timeout 90
cls
goto repeat