Added.
authorPekka Riikonen <priikone@silcnet.org>
Fri, 15 Dec 2006 15:24:35 +0000 (15:24 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 15 Dec 2006 15:24:35 +0000 (15:24 +0000)
scripts/cleanprof [new file with mode: 0755]

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