gtk2/gtk/runelisp

7 lines
136 B
Plaintext
Raw Normal View History

1997-11-24 22:37:52 +00:00
#! /bin/sh
if test $# -lt 1; then
echo >&2 "usage: $0 file.el"
exit 1
fi
exec emacs --no-init-file --no-site-file --batch --load $*