Skip to content

Instantly share code, notes, and snippets.

@sike
Forked from noamross/bash.scpt
Created October 10, 2012 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sike/3863599 to your computer and use it in GitHub Desktop.
Save sike/3863599 to your computer and use it in GitHub Desktop.
Run bash script from quicksilver
using terms from application "Quicksilver"
on process text _bashcom
do shell script "/bin/bash -ic '" & _bashcom & "'"
end process text
end using terms from
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment