Files
Nasal-Interpreter/test/auto-push.nas
2023-02-02 21:28:11 +08:00

6 lines
120 B
Plaintext

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