Add SIGHUP example to README

This commit is contained in:
Chris Aumann 2017-03-23 23:51:40 +01:00
parent c98d0e6cfd
commit 14941c89d2
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@ Call/restart `my_server` when any file in the current directory (and all subdire
$ watchexec -r -s SIGKILL my_server
Send a SIGHUP to the child process upon changes:
$ watchexec -s SIGHUP my_server
Run `make` when any file changes, using the `.gitignore` file in the current directory to filter:
$ watchexec make