mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-16 01:31:08 +00:00
8 lines
224 B
Bash
Executable File
8 lines
224 B
Bash
Executable File
#!/bin/sh
|
|
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
|