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