Skip to content

Instantly share code, notes, and snippets.

@savage69kr
Forked from alexkingorg/bbcurl.sh
Created August 18, 2011 14:10
Show Gist options
  • Save savage69kr/1154139 to your computer and use it in GitHub Desktop.
Save savage69kr/1154139 to your computer and use it in GitHub Desktop.
View source from a URL in BBEdit
bbcurl () { curl $1 | open -a BBEdit -f; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment