Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 183:fe810e9731f0
global ignores: never track .noseids
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 26 Jan 2010 11:47:33 -0600 |
parents | b403402153b5 |
children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi