#!/bin/sh

set -Ceu

: ${EMACS:=emacs}

exec ${EMACS} -q --no-site-file --batch --load paredit.el --eval '(progn
(with-temp-buffer
  (paredit-insert-html-examples)
  (write-file "paredit.html"))
)'