Mercurial > dotfiles
view unixSoft/otherbin/emacs.sh @ 58:20834b97b814
Add function to rebase all local named branches to HEAD of their parent svn branch.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Fri, 20 Feb 2009 16:05:45 -0600 |
parents | b403402153b5 |
children | 7983184eb8d8 |
line wrap: on
line source
#!/bin/sh if [ "`uname`" = "Darwin" ] ; then open -a emacs "$@" else emacs -nw "$@" fi