tangetools/em/em

6 lines
71 B
Plaintext
Raw Normal View History

2012-03-12 22:59:28 +00:00
#!/bin/bash
2012-04-27 15:11:47 +00:00
EMACS=`which emacs || which xemacs`
exec $EMACS -nw "$@"