Added.
[silc.git] / scripts / cleanprof
diff --git a/scripts/cleanprof b/scripts/cleanprof
new file mode 100755 (executable)
index 0000000..f91be99
--- /dev/null
@@ -0,0 +1,4 @@
+# Clean -fprofile-arcs files
+#!/bin/sh
+
+find . -name \*\.gc?? -type f -print | xargs rm -f