8 INPUT
=${1:-"${HOME}/.emacs.d/elisp/local"}
10 if [[ -f "${INPUT}" ]]; then
12 ${EC} --eval "(byte-compile-file \"${INPUT}\")"
15 find -type f
-name "*.elc" -delete
16 for file in $
(find -type f
-name "*.el"); do
17 echo -n "${file} ... "
18 ${EC} --eval "(byte-compile-file \"${file}\")"