Improved extract script

This commit is contained in:
Bobbi Webber-Manners 2021-08-12 17:06:40 -04:00
parent a9bde4db93
commit 77d3f07102

View File

@ -4,4 +4,6 @@ for file in APPLECORN AUXMEM.BYTWRD AUXMEM.CHARIO AUXMEM.HOSTFS AUXMEM.INIT AUXM
rm _FileInformation.txt
cadius clearhighbit ${file}.S\#040000
cadius indentfile ${file}.S\#040000
FNAME=`echo ${file}.s | tr [:upper:] [:lower:]`
mv -v ${file}.S\#040000 $FNAME
done