mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 19:08:43 +08:00
10 lines
246 B
Plaintext
10 lines
246 B
Plaintext
|
|
println("[",os.time(),"] (=.=) auto push, please wait...");
|
|
|
|
while(system("git push")!=0) {
|
|
println("[",os.time(),"] (ToT) failed to push, retrying...");
|
|
unix.sleep(0.5);
|
|
}
|
|
|
|
println("[",os.time(),"] (^o^) auto push complete.");
|