dotfiles/run_once_clean_emacs_elc.sh

4 lines
71 B
Bash

#!/bin/bash
exec find ~/.emacs.d -name "*.elc" -print0 -exec rm {} \;