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
e4beea5b47
commit
6e13bc90bc
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