Show the commands that the scripts are executing

update
Hamish Coleman 8 years ago
parent e4f59704da
commit 0b8dd7842f

@ -12,5 +12,6 @@ if [ -z "$OUT" ]; then
exit 1
fi
set -x
dd if=8duj27us.iso.orig bs=$[0x005e2a00] skip=1 | dd bs=196608 count=1 of="$OUT"

@ -20,5 +20,7 @@ if [ -z "$OUT" ]; then
fi
shift
set -x
cd mec-tools && ./mec_repack "../$INP" "../$OUT"

@ -15,6 +15,8 @@ fi
# assume that output filename is blahdyblah.img.orig
OUT1=$(basename "$OUT" .orig).enc.orig
set -x
dd if=g2uj23us.iso.orig bs=$[0x1076600] skip=1 | dd bs=196608 count=1 of="$OUT1"
mec-tools/mec_encrypt -d "$OUT1" >"$OUT"

Loading…
Cancel
Save