Skip to content

Instantly share code, notes, and snippets.

@noamross
Created October 9, 2012 23:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save noamross/3862027 to your computer and use it in GitHub Desktop.
Save noamross/3862027 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
@noamross
Copy link
Author

noamross commented Oct 9, 2012

Save in ~/Library/Application Support/Quicksilver/Actions. Now you can run bash commands in the background by launching terminal!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment