Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 360:412a0d3c7d87
hg: add bookmarked obsolete changes to upstream-bookmarks
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Fri, 13 Mar 2015 16:06:17 -0400 |
parents | b403402153b5 |
children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi