From: Ian Jackson Date: Tue, 3 Oct 2023 23:41:57 +0000 (+0100) Subject: better output X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=0a3aa40159801cda766d6a5ac2448d0c673faee8;p=the-pointy-bits.git better output --- 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{^-};