You are not logged in.
Hi All
I've created a declarative command to schedule jobs easily, like below;
$ run git push origin master after 5 minutes, 30 seconds
Here it is: https://github.com/azer/run-after
To install:
$ npm install -g run-after
Ideas and recommendations welcome!
Azer
Offline
60 % of characters, same result:
sleep 5.5m; git push origin master
Offline
Even fewer `at`
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline