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:
parent
a2d169021d
commit
11aa6abac2
2
release/info.sh
Normal file
2
release/info.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
ls $1.* | wc | awk '{ print "Pieces = ",$1 }'
|
2
release/scripts/info.sh
Normal file
2
release/scripts/info.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
ls $1.* | wc | awk '{ print "Pieces = ",$1 }'
|
Loading…
Reference in New Issue
Block a user