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.
This commit is contained in:
Gary Palmer 1995-05-24 10:46:54 +00:00
parent a2d169021d
commit 11aa6abac2
2 changed files with 4 additions and 0 deletions

2
release/info.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
ls $1.* | wc | awk '{ print "Pieces = ",$1 }'

2
release/scripts/info.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
ls $1.* | wc | awk '{ print "Pieces = ",$1 }'