Hello,
> #! /Applications/Octave.app/Contents/Resources/bin/octave
> disp('hello');
Is it just the space between #! and /App...? I know it shouldn't be, but
shells are sometimes quirky. On my Linux box, it works with or without
space, but I'm suspicious because Thomas' workaround do
Thanks Thomas -- works great.
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/
Rob Nicholas schrieb:
> Hello all,
>
> I'm in the process of trying to convert some of the Octave (and
> Matlab) scripts that I use on a regular basis into stand-alone
> executables, but I've been unable to get my scripts to run. For
> example, if I run the simple two-line script
>
> #! /