Chaining commands together.

This commit is contained in:
Rob Greene 2015-09-19 17:25:40 -05:00
parent fb6839097a
commit 47b373cb0b
1 changed files with 4 additions and 4 deletions

8
go
View File

@ -1,4 +1,4 @@
ca65 main.asm -t none -l $* ca65 main.asm -t none -l $* \
cl65 main.asm -o main.bin -t none --start-addr 0x2000 --listing && cl65 main.asm -o main.bin -t none --start-addr 0x2000 --listing \
cp template.po mydisk.po && cp template.po mydisk.po \
java -jar /Applications/AppleCommander.app/Contents/Resources/Java/AppleCommander.jar -p mydisk.po cd.online BIN 0x2000 < main.bin && java -jar /Applications/AppleCommander.app/Contents/Resources/Java/AppleCommander.jar -p mydisk.po cd.online BIN 0x2000 < main.bin