[TxMt] Re: TM hangs while waiting for tm_dialog2
Hans-Jörg Bibiko
bibiko at eva.mpg.de
Mon Jan 26 20:31:27 UTC 2009
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
to redirect STDOUT/STERR.
One also can run the script directly as tmcommand by wrapping it in a
shell command by using an HERE doc.
--Hans
More information about the textmate
mailing list