2021-07-17 06:13:07 +00:00
|
|
|
#!/bin/sh
|
2021-07-28 04:17:47 +00:00
|
|
|
for file in APPLECORN LOADER MAINMEM AUXMEM; do
|
|
|
|
cadius extractfile applecorn.po /APPLECORN/${file}.S .
|
|
|
|
rm _FileInformation.txt
|
|
|
|
cadius clearhighbit ${file}.S\#040000
|
|
|
|
cadius indentfile ${file}.S\#040000
|
|
|
|
done
|