mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
5 lines
195 B
Text
Executable file
Vendored
5 lines
195 B
Text
Executable file
Vendored
for file in *.lisp; do emacs -batch $file -l "~/.emacs.d/init.el" -f mark-whole-buffer -f untabify -f whitespace-cleanup -f save-buffer -kill; done;
|
|
rm -r *.fas
|
|
rm -r *.fasl
|
|
rm -r *~
|
|
rm -r *.bak
|