[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AppleCommander on Mac OS X
In article <1143830447.107036.201510@j33g2000cwa.googlegroups.com>,
"BLuRry" <brendan.robert@gmail.com> wrote:
> Sweet jesus... this is the perfect tool for my needs!!! I was wanting
> a way to automate my build/test process for doing assembly programming,
> and this is something I can run from the commmandline to do just that!
> Perfect!!!
>
> In applesoft:
>
> 5 inverse: gosub 20;
> 10 normal: gosub 20;
> 15 goto 2
> 20 print "thank you! "; : return
>
> (yes, for you a barber pole effect of never-ending thanks.)
Automated builds is exactly why I wrote the command-line piece. On
behalf of Rob Greene and myself, I accept your kind thanks. And thank
_you_ for not using "flash":-)
To save typing, I put a script named ac in my bin directory:
#/bin/sh
java -jar ~/bin/AppleCommander-1.3.3.9-ac.jar $@
Then I just write 'ac -l misc.po', etc.
--
John
jmatthews at wright dot edu
www dot wright dot edu/~john.matthews/