clean more

This commit is contained in:
David Botton 2024-02-02 09:34:46 -05:00
parent b44d80a98c
commit 250667c128

6
clean vendored
View file

@ -1,5 +1,9 @@
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; 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;
for file in "*.lisp"; do emacs -batch $file -l "~/.emacs" -f mark-whole-buffer -f untabify -f whitespace-cleanup -f save-buffer -kill; done;
rm -r *.fas rm -r *.fas
rm -r *.fasl rm -r *.fasl
rm -r *~ rm -r *~
rm -r *.bak rm -r *.bak
rm clogframe/builder
rm clogframe/clogframe
rm clogframe/snake