#
# small sh script to compile elisp files
#
$EMACS -batch -q -l lpath.el -f batch-byte-compile $1
