Run commands when files change
 
 
 
Go to file
Dustin 299be2cb38 watchedpath: Flush stdio more often
When stdout/stderr is redirected to a file, they are typically opened in
fully-buffered mode. This makes it difficult to watch logs in real time,
unless the buffer is flushed every time a new message is written.
2015-02-15 00:22:49 -06:00
src watchedpath: Flush stdio more often 2015-02-15 00:22:49 -06:00
.gitignore Initial commit 2015-02-01 19:02:41 -06:00
Makefile.am First working version 2015-02-01 19:02:47 -06:00
configure.ac Initial commit 2015-02-01 19:02:41 -06:00