mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-24 13:35:43 +08:00
8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
|
|
println("[",os.time(),"] auto push, please wait...");
|
|
|
|
while(system("git push")!=0) {
|
|
println("[",os.time(),"] failed to push, retrying...");
|
|
unix.sleep(0.5);
|
|
}
|