Skip to content

Commit

Permalink
Merge pull request #4 from joshsmoore/rvm
Browse files Browse the repository at this point in the history
Makes apple script execution (in LaunchBar) RVM compatible
  • Loading branch information
ttscoff committed Oct 19, 2011
2 parents f300eeb + 239cc2b commit 557c85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OTask.applescript
Expand Up @@ -8,5 +8,5 @@ on handle_string(actionString)
end handle_string

on runRubyScript(action)
set res to do shell script "$HOME/scripts/otask.rb -g \"" & action & "\""
end runRubyScript
tell application "Terminal" to do script "$HOME/scripts/otask -g \"" & action & "\""
end runRubyScript

0 comments on commit 557c85a

Please sign in to comment.