cleanup leftover script debugging

Former-commit-id: 888c7463cef4eea299cf4b7492aeb56c236cc7fa [formerly c6b8ed03cc1f1e71ec50c2b618a2d93c710b3e54] [formerly 20f10d32a0d1dcf2264b8bdf5b08d9d9b625ef27 [formerly 785ea4ffbaeec3405c0e5c96812f48341ca383de]]
Former-commit-id: f9ea453ecd3df81009dfb579700887dcd663ce5d [formerly b5fcf80968c87d2fb783ac5ebbcfd84c13539d1e]
Former-commit-id: 2f5bd1ec923953dbe2fe0b61e80fca30b855d656
This commit is contained in:
Larry 2017-08-14 10:02:14 -05:00
parent 227e99bf39
commit 442de0234e
1 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@ echo "size=$RZSIZE"
echo "one byte at a time is slow, sorry"
dd if=data_seg.rz of=$1.tmp obs=1 seek=137616 conv=notrunc
rm data_seg data_seg.rz
mv $1.tmp $1
FILESIZE=$(stat -c%s $1)
echo "romsize=$FILESIZE"