Skip to content

Instantly share code, notes, and snippets.

@neurobashing
Created April 25, 2012 20:05
Show Gist options
  • Save neurobashing/2492938 to your computer and use it in GitHub Desktop.
Save neurobashing/2492938 to your computer and use it in GitHub Desktop.
Reddit "Browser" Script
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