Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 233:da06f9fd5016
update-source-trees: git fetch all remotes instead of doing git pull origin master
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sat, 16 Oct 2010 18:50:32 -0500 |
parents | b403402153b5 |
children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi