Skip to content

Instantly share code, notes, and snippets.

@ManUtopiK
Created May 24, 2012 05:38
Show Gist options
  • Save ManUtopiK/2779682 to your computer and use it in GitHub Desktop.
Save ManUtopiK/2779682 to your computer and use it in GitHub Desktop.
Open BBEdit with fireFTP
#!/bin/sh
xattr -d com.apple.quarantine $1
open -b com.barebones.bbedit $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment