🚀 add test file auto-push.nas

This commit is contained in:
ValKmjolnir 2023-02-02 21:28:11 +08:00
parent e454b315fc
commit 84f9280cb4
1 changed files with 5 additions and 0 deletions

5
test/auto-push.nas Normal file
View File

@ -0,0 +1,5 @@
while(system("git push")!=0) {
println("[",os.time(),"] failed to push, retrying...");
unix.sleep(0.5);
}