From: Chris S. <chr...@gm...> - 2013-03-07 14:25:49
|
Even simpler, I got a private email saying: I just use the jar file rather than the sh script to kick Rails off. Double click on it and the 'jar launcher' app runs it. Seems to work fine. And that works too! -- Chris Please consider the environment before printing this e-mail. On Wed, Mar 6, 2013 at 9:13 PM, Chris Shaffer <chr...@gm...>wrote: > Thanks to Bill Rosgen for the answer - terminate the last line with an > ampersand and make sure that Preferences -> Settings -> Shell -> When the > Shell Exits is set to "close the window." > > > -- > Chris > > Please consider the environment before printing this e-mail. > > > On Sun, Mar 3, 2013 at 11:01 AM, Chris Shaffer <chr...@gm...>wrote: > >> I open Rails with a .command file on my Mac: >> >> #!/bin/bash >> cd /Users/shafferc/Dropbox/Home/CB/rails-1.7.11 >> java -jar ./rails-1.7.11.jar $1 >> >> >> This opens rails fine, but also spawns a terminal window. Is there >> something I can add to the script that will close or suppress the terminal >> window? >> >> Thanks. >> >> -- >> Chris >> >> Please consider the environment before printing this e-mail. >> > > |