Skip to content

Instantly share code, notes, and snippets.

@theiostream
Created June 29, 2012 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theiostream/3018284 to your computer and use it in GitHub Desktop.
Save theiostream/3018284 to your computer and use it in GitHub Desktop.
This is actually my most used command-line tool.
#!/bin/bash
if [ ! -f $1 ]; then touch $1; fi
open -b com.barebones.textwrangler $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment