diff --git a/test/auto-push.nas b/test/auto-push.nas new file mode 100644 index 0000000..1feb1da --- /dev/null +++ b/test/auto-push.nas @@ -0,0 +1,5 @@ + +while(system("git push")!=0) { + println("[",os.time(),"] failed to push, retrying..."); + unix.sleep(0.5); +}