🚀 add test file auto-push.nas
This commit is contained in:
parent
e454b315fc
commit
84f9280cb4
|
@ -0,0 +1,5 @@
|
|||
|
||||
while(system("git push")!=0) {
|
||||
println("[",os.time(),"] failed to push, retrying...");
|
||||
unix.sleep(0.5);
|
||||
}
|
Loading…
Reference in New Issue