view unixSoft/otherbin/emacs.sh @ 35:7e9269048856

Fix update_source_trees to also pull versioned mq if it exists.
author Augie Fackler <durin42@gmail.com>
date Sun, 11 Jan 2009 21:49:52 -0600
parents b403402153b5
children 7983184eb8d8
line wrap: on
line source

#!/bin/sh
if [ "`uname`" = "Darwin" ] ; then
    open -a emacs "$@"
else
    emacs -nw "$@"
fi