tangetools/em/em
2012-04-27 17:11:47 +02:00

6 lines
71 B
Bash
Executable file

#!/bin/bash
EMACS=`which emacs || which xemacs`
exec $EMACS -nw "$@"