6 lines
71 B
Bash
Executable file
6 lines
71 B
Bash
Executable file
#!/bin/bash
|
|
|
|
EMACS=`which emacs || which xemacs`
|
|
|
|
exec $EMACS -nw "$@"
|