# Clean -fprofile-arcs files
#!/bin/sh

find . -name \*\.gc?? -type f -print | xargs rm -f
