From: Chris S. <chr...@gm...> - 2013-03-07 05:14:06
|
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. > |