Re: [OctDev] Octave.app and executable scripts

2008-04-10 Thread Jonas Wagner
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

Re: [OctDev] Octave.app and executable scripts

2008-04-10 Thread Rob Nicholas
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/

Re: [OctDev] Octave.app and executable scripts

2008-04-10 Thread Thomas Treichl
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 > > #! /