projects
/
sbcl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
0.8.3.83:
[sbcl.git]
/
doc
/
clean.sh
1
#!/bin/sh
2
3
find . \( \
4
-name '*.htm' -o \
5
-name '*.html' \) -print | xargs rm -f