Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 404 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 404 Bytes

revv

To ease my application deployment in cloud, I need a small utility to auto-restart my application when the binary is updated. It should be more customizable than a shell script, easier to configure than supervisord, simpler than codegangster's gin. So I wrote revv, a tool to reload program on change.

Usage

revv <program> [args...]

License

MIT