Skip to content

Instantly share code, notes, and snippets.

@alexcabrera
Forked from brendanjerwin/writer
Created August 14, 2012 02:52
Show Gist options
  • Save alexcabrera/3345929 to your computer and use it in GitHub Desktop.
Save alexcabrera/3345929 to your computer and use it in GitHub Desktop.
open iA writer from the command line
#! /bin/bash
touch $1
open $1 -a /Applications/iA\ Writer.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment