Skip to content

Instantly share code, notes, and snippets.

@rwilcox
Created May 8, 2012 11:59
Embed
What would you like to do?
Download something from the web directly into BBEdit
#!/bin/sh
curl $1 | /usr/local/bin/bbedit
# Call this script like so:
# web2bbedit.sh http://www.barebones.com
# This will open the Bare Bone Software homepage as HTML in BBEdit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment