Created
October 9, 2012 23:04
-
-
Save noamross/3862027 to your computer and use it in GitHub Desktop.
Run bash script from quicksilver
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Save in ~/Library/Application Support/Quicksilver/Actions. Now you can run bash commands in the background by launching terminal!