summaryrefslogtreecommitdiff
path: root/check.sh
blob: 64ac7e350ed1652bf53a21d69947c105b7436d90 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -eu

: ${EMACS:=emacs}

exec ${EMACS} -q --no-site-file --batch --eval '(progn
  (byte-compile-file "paredit.el" t)
  (byte-compile-file "test.el" t)
)'