auto-test-deploy
to restart for example an nodejs server during development it migth be handy to watch modifications via inotify and restart the server:
node exampl.js while true; do inotifywait -r -e MODIFY /tmp/exampledir && pkill node && sync ; node exampl.js & echo test; done;
Written by _john
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Node
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#