Skip to content

Instantly share code, notes, and snippets.

@nmanzi
Created January 12, 2012 23:56
Show Gist options
  • Save nmanzi/1603904 to your computer and use it in GitHub Desktop.
Save nmanzi/1603904 to your computer and use it in GitHub Desktop.
open file with Synalyze It! within cli
#!/bin/bash
open $1 -a "/Applications/SynalyzeIt.app"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment