Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 352:3111d61151be
hgignore: ignore -local things in .shell.d
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 10 Nov 2014 09:37:43 -0500 |
parents | b403402153b5 |
children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi