runloop
v0.0.2
Published
start a program, restart if it crashes, and cleanup any child processes
Readme
runloop
start a program, restart if it crashes, and cleanup any child processes
== usage
runloop start COMMAND # start COMMAND
runloop stop # stop COMMAND (run in this dir)
runloop restart # stop, then start againrunloop with save two files in the local dir,
.runloop-pid the pid of the current job,
and .runloop-command the command run.
License
MIT
