From 0a3aa40159801cda766d6a5ac2448d0c673faee8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 4 Oct 2023 00:41:57 +0100 Subject: [PATCH] better output --- total-checker | 2 ++ 1 file changed, 2 insertions(+) diff --git a/total-checker b/total-checker index 928f75a..3c78795 100755 --- a/total-checker +++ b/total-checker @@ -2,6 +2,8 @@ use strict; +$|=1; + die unless @ARGV == 1; my ($file) = @ARGV; die if $file =~ m{^-}; -- 2.30.2