[Pharo-users] Another headless image question

2015-01-23 Thread Thushar G R
*HI,* *Please find below the script i am using to run pharo seaside image headless on mac. its pharo3.0 image downloaded for mac os.* #!/bin/bash RT=$PWD/Pharo3.0.app/Contents #exec $0 $RT/MacOS/Pharo$RT/Resources/Pharo3.0.image exec $PWD/Pharo3.0.app/Contents/MacOS/Pharo -vm-sound-null

Re: [Pharo-users] Another headless image question

2015-01-23 Thread Thushar G R
*That was a wrong script, the working script i am executing is the one below.* #!/bin/bash RT=$PWD/Pharo3.0.app/Contents #exec $0 $RT/MacOS/Pharo$RT/Resources/Pharo3.0.image exec $PWD/Pharo3.0.app/Contents/MacOS/Pharo --headless --nohandlers