Skip to content

Instantly share code, notes, and snippets.

@iwadon
Last active December 15, 2015 03:19
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 iwadon/5193945 to your computer and use it in GitHub Desktop.
Save iwadon/5193945 to your computer and use it in GitHub Desktop.
if test `ps x | grep -v grep | grep Emacs`; then
/Applications/Emacs.app/Contents/MacOS/bin/emacsclient $*
elif test "$#" != "0"; then
/Applications/Emacs.app/Contents/MacOS/Emacs --file $*
else
/Applications/Emacs.app/Contents/MacOS/Emacs
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment