From 6e13bc90bc84a1561fb4b6243db4a77a4abda46e Mon Sep 17 00:00:00 2001 From: gpalmer Date: Wed, 24 May 1995 10:46:54 +0000 Subject: Jordan forgot this in his last sync commit. It's a wee shell script to help generate the .inf info files I use during the extract process. --- release/scripts/info.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 release/scripts/info.sh (limited to 'release/scripts') diff --git a/release/scripts/info.sh b/release/scripts/info.sh new file mode 100644 index 0000000..2923643 --- /dev/null +++ b/release/scripts/info.sh @@ -0,0 +1,2 @@ +#!/bin/sh +ls $1.* | wc | awk '{ print "Pieces = ",$1 }' -- cgit v1.1