Skip to content

simple script for running some command, & restarting when it fails

License

Notifications You must be signed in to change notification settings

dominictarr/runloop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 again
runloop help           # display the readme

runloop with save two files in the local dir, .runloop-pid the pid of the current job, and .runloop-command the command run.

License

MIT

About

simple script for running some command, & restarting when it fails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages