forked from xxq250/Nasal-Interpreter
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
|
|
while(system("git push")!=0) {
|
|
println("[",os.time(),"] failed to push, retrying...");
|
|
unix.sleep(0.5);
|
|
}
|