1 2 3 4 5 6
#!/usr/bin/env zsh if [[ -s $commands[emacs] ]] then emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/ fi