Skip to content

Instantly share code, notes, and snippets.

@tmiz
Last active December 11, 2015 14:58
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 tmiz/4617609 to your computer and use it in GitHub Desktop.
Save tmiz/4617609 to your computer and use it in GitHub Desktop.
I use Sublime Text through st command.
#!/bin/bash
if ! [ -f $1]
then
touch $1
fi
open -a /Applications/Sublime\ Text\ 2.app $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment