File: clean.sh

package info (click to toggle)
dolfin 2018.1.0.post1-16
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,764 kB
  • sloc: xml: 104,040; cpp: 98,856; python: 22,511; makefile: 204; sh: 182
file content (4 lines) | stat: -rwxr-xr-x 98 bytes parent folder | download | duplicates (6)
1
2
3
4
#!/bin/bash
#rm -rf `find -name test_*_tempdir`
#rm -rf `find -name __pycache__`
git clean -fdx .