chiark
/
gitweb
/
~cjwatson
/
bin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11b0e8c
)
build-sig: Remove, as .signatures/Makefile is much less crufty.
author
Colin Watson
<cjwatson@chiark.greenend.org.uk>
Mon, 2 Dec 2002 05:39:34 +0000
(
05:39
+0000)
committer
Colin Watson
<cjwatson@chiark.greenend.org.uk>
Mon, 2 Dec 2002 05:39:34 +0000
(
05:39
+0000)
build-sig
[deleted file]
patch
|
blob
|
history
diff --git
a/build-sig
b/build-sig
deleted file mode 100755
(executable)
index
1e80e98
..0000000
--- a/
build-sig
+++ /dev/null
@@
-1,9
+0,0 @@
-#! /bin/sh
-
-for s in $(find ~/.signatures -mindepth 1 -path '*/old/*' -prune -o \
- -path '*/.svn/*' -prune -o \
- -type f ! -name '*.dat' ! -name static -print | \
- sort); do
- strfile "$s"
-done | perl -pe \
- '$s += $1 if /There.*?([0-9]+)/; END { print "Total: $s\n"; }'