Skip to content

Instantly share code, notes, and snippets.

@gregawoods
Created July 28, 2011 04:07
Show Gist options
  • Save gregawoods/1110942 to your computer and use it in GitHub Desktop.
Save gregawoods/1110942 to your computer and use it in GitHub Desktop.
Open a file in Byword
#!/bin/bash
touch $1
open -a /Applications/Byword.app $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment