Gabriel Birke
2006-Feb-23 15:05 UTC
[Rails] Packaging an Application on Mac OS X with Platypus
Platypus (http://sveinbjorn.sytes.net/platypus) is an application that takes a shell script and packages it as a clickable Mac OS X application. I would like to have a clickable application that executes the command "script/server" and displays the output in the text window, alongside with a "quit"-button that ends the server process. My shell script looks like this: #!/bin/sh $1/../script/server When I execute the generated application the server gets started correctly but it produces no output and the application quits without ending the server script. Has anybody tried what I am doing? Any tips for getting the desired behavior? -- Posted via http://www.ruby-forum.com/.
Joe Block
2006-Feb-24 22:11 UTC
[Rails] Re: Packaging an Application on Mac OS X with Platypus
In article <9de2590c1c8fd52ae391a401992ea249@ruby-forum.com>, Gabriel Birke <strauchdieb@gmx.de> wrote:> Platypus (http://sveinbjorn.sytes.net/platypus) is an application that > takes a shell script and packages it as a clickable Mac OS X > application. > I would like to have a clickable application that executes the command > "script/server" and displays the output in the text window, alongside > with a "quit"-button that ends the server process. > My shell script looks like this: > > #!/bin/sh > $1/../script/server > > When I execute the generated application the server gets started > correctly but it produces no output and the application quits without > ending the server script. > > Has anybody tried what I am doing? Any tips for getting the desired > behavior?Have a look at iHook <http://rsug.itd.umich.edu/software/ihook/> jpb -- Joe Block <jpb@apesseekingknowledge.net> Have GNU, will travel.