chiark
/
gitweb
/
~ijackson
/
the-pointy-bits.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1615a8b
)
better output
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 3 Oct 2023 23:41:57 +0000
(
00:41
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 3 Oct 2023 23:41:57 +0000
(
00:41
+0100)
total-checker
patch
|
blob
|
history
diff --git
a/total-checker
b/total-checker
index 928f75a237f8fe1d56169c9bdb8d0cecc239e2ce..3c787958d0e544e2f3a7126c3e62d2142233bc3f 100755
(executable)
--- a/
total-checker
+++ b/
total-checker
@@
-2,6
+2,8
@@
use strict;
+$|=1;
+
die unless @ARGV == 1;
my ($file) = @ARGV;
die if $file =~ m{^-};