summaryrefslogtreecommitdiff
path: root/dh_elpa
blob: fef3c2786924407007a6e8da607d879bef92270e (plain)
1
2
3
4
5
#!/bin/sh

LISPDIR=${LISPDIR:-/usr/share/emacs/site-lisp/elpa/dh-elpa-${VERSION}}

emacs -batch -Q  -l ${LISPDIR}/dh-elpa.el -f dhelpa-batch-install-file "$@"