mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
clean more
This commit is contained in:
parent
b44d80a98c
commit
250667c128
1 changed files with 5 additions and 1 deletions
6
clean
vendored
6
clean
vendored
|
|
@ -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 *.fasl
|
||||
rm -r *~
|
||||
rm -r *.bak
|
||||
rm clogframe/builder
|
||||
rm clogframe/clogframe
|
||||
rm clogframe/snake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue