Created
April 25, 2012 20:05
-
-
Save neurobashing/2492938 to your computer and use it in GitHub Desktop.
Reddit "Browser" Script
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
tell application "BBEdit" | |
set theContent to do shell script "~/bin/reddit.py" | |
make new shell window with properties {contents:theContent} | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment