watch: set OUTPUT_AUTOFLUSH, disabled buffering

This commit is contained in:
Matt Simerson 2013-04-20 16:11:52 -04:00
parent b64bb2f9e4
commit 86a0171f46

View File

@ -3,6 +3,8 @@
use strict;
use warnings;
$|++; # OUTPUT_AUTOFLUSH
use Cwd;
use Data::Dumper;
use File::Tail;