summaryrefslogtreecommitdiff
path: root/extractAll.sh
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2016-09-21 17:19:40 +0200
committerLars-Dominik Braun <lars@6xq.net>2016-09-21 17:19:40 +0200
commitd3fd76cb12f9080cc49c7d9cb1bfab5b2d574aef (patch)
tree5dd2a98c23536fb0951414ff709cab6696471c44 /extractAll.sh
parent12989393311cdca62f376bea6883ee36e8fa43ac (diff)
downloadeumel-tools-d3fd76cb12f9080cc49c7d9cb1bfab5b2d574aef.tar.gz
eumel-tools-d3fd76cb12f9080cc49c7d9cb1bfab5b2d574aef.tar.bz2
eumel-tools-d3fd76cb12f9080cc49c7d9cb1bfab5b2d574aef.zip
Add position of file in archive to name
Some archive disks are organized into “sections” and file order should be preserved in those cases. Add a simple commandline switch.
Diffstat (limited to 'extractAll.sh')
-rwxr-xr-xextractAll.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extractAll.sh b/extractAll.sh
index 6139475..8b8649f 100755
--- a/extractAll.sh
+++ b/extractAll.sh
@@ -9,7 +9,7 @@ while read -r F; do
destdir="${base}.extracted"
echo "Extracting $F to $destdir"
$root/linearizeDisk.py "$F" "$linear"
- $root/extractArchive.py -o "$destdir" "$linear"
+ $root/extractArchive.py -n -o "$destdir" "$linear"
pushd "$destdir" || continue
for G in ./*; do
echo "Converting $G to ${G}.txt"