Continue to make filenames more consistant, and ignore the generated outputs

update
Hamish Coleman 8 years ago
parent 98d9b5be9a
commit 9b5935c3b9

4
.gitignore vendored

@ -1,6 +1,8 @@
# ignore the files that we do not have clear permission to distribute
*.iso
*.iso.orig
*.img
*.img.orig
*.img.orig.enc
*.img.enc
*.img.enc.orig

@ -12,7 +12,8 @@ if [ -z "$OUT" ]; then
exit 1
fi
OUT1="${OUT}.enc"
# assume that output filename is blahdyblah.img.orig
OUT1=$(basename "$OUT" .orig).enc.orig
dd if=g2uj23us.iso.orig bs=$[0x1076600] skip=1 | dd bs=196608 count=1 of="$OUT1"

Loading…
Cancel
Save