diff --git a/log/watch b/log/watch index 427f58f..6ba3cdd 100755 --- a/log/watch +++ b/log/watch @@ -3,6 +3,8 @@ use strict; use warnings; +$|++; # OUTPUT_AUTOFLUSH + use Cwd; use Data::Dumper; use File::Tail;