snsinfu / ftrap

Simple linux utility that wraps command and signals file changes.
Boost Software License 1.0
0 stars 0 forks source link
linux watch-files

ftrap

Release Build Status Boost License

ftrap is a simple linux utility that invokes a command and sends SIGHUP to the command when specified files are changed. Usage:

$ ftrap -f FILE COMMAND ...

Install

Download the latest static build from the release page or build your own one by make.

Test

$ make
$ tests/run

License

Boost License.