File: clean.sh

package info (click to toggle)
araneida 0.90.1-dfsg-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 700 kB
  • ctags: 643
  • sloc: lisp: 4,878; perl: 166; sh: 109; makefile: 34
file content (5 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/sh
find . -name '*.fasl' -exec rm '{}' ';'
find . -name '*.x86f' -exec rm '{}' ';'
find . -name '*~' -exec rm '{}' ';'
find . -name '#*#' -exec rm '{}' ';'