Sun Mar 11 15:22:42 CET 2007 Jochen Eisinger <coffee@silcnet.org>
[crypto.git] / scripts / cleanprof
1 # Clean -fprofile-arcs files
2 #!/bin/sh
3
4 find . -name \*\.gc?? -type f -print | xargs rm -f