Skip to content

Instantly share code, notes, and snippets.

@oldratlee
Last active December 20, 2015 14:59
Show Gist options
  • Save oldratlee/6150520 to your computer and use it in GitHub Desktop.
Save oldratlee/6150520 to your computer and use it in GitHub Desktop.
application starter in terminator under mac
#!/bin/bash
# open -a '/Applications/Sublime Text 2.app' "$@"
open -a 'Sublime Text 2' "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment