File: clean-all

package info (click to toggle)
hkl 5.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 40,776 kB
  • sloc: ansic: 56,912; haskell: 5,879; python: 4,591; makefile: 1,137; cpp: 976; sh: 215; xml: 168; perl: 133; lisp: 80
file content (7 lines) | stat: -rwxr-xr-x 469 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/bash
find .. -name "*flymake*" -exec rm -f {} \;
parallel ./cleanfile ::: ../hkl.h ../hkl/*.[ch] ../tests/*.[ch] ../tests/tap/*.[ch] ../gui/*.[ch] ../binoculars-ng/binoculars/*.[ch]
parallel ./indent ::: ../hkl.h ../hkl/*.[ch] ../tests/*.[ch] ../tests/tap/*.[ch] ../gui/*.[ch] ../binoculars-ng/binoculars/*.[ch]
parallel ./indent-c++ ::: ../hkl3d/*.cpp ../hkl3d/*.h
parallel ./indent-python ::: ../tests/bindings/*.py
find .. -name "*flymake*" -exec rm -f {} \;