From antonio.afonso@gmail.com Mon Jan 26 20:45:43 2009 From: =?utf-8?q?Ant=C3=B3nio?= Afonso To: textmate@lists.macromates.com Subject: [TxMt] Re: TM hangs while waiting for tm_dialog2 Date: Mon, 26 Jan 2009 21:45:35 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4129224390906537132==" --===============4129224390906537132== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit On Mon, Jan 26, 2009 at 21:31, Hans-Jörg Bibiko wrote: > > On 26.01.2009, at 21:02, António Afonso wrote: > >> I was actually hoping to have the script directly in the bundle >> command, nonetheless, I've put the code in an external file and >> changed the command to: >> >> ruby ~/Desktop/bundle.rb & > > try: > > ruby ~/Desktop/bundle.rb &>/dev/null Same behavior > > to redirect STDOUT/STERR. > > One also can run the script directly as tmcommand by wrapping it in a I don't think I understand what you mean.. like this? ruby <