summaryrefslogtreecommitdiff
path: root/gtk/runelisp
blob: 115080cf08365abe3d09a22f550e3020eeb151b4 (plain)
1
2
3
4
5
6
#! /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 $*