From e98a486209efe37db63c23948cdf23d933566442 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 15 Dec 2006 15:24:35 +0000 Subject: [PATCH] Added. --- scripts/cleanprof | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/cleanprof diff --git a/scripts/cleanprof b/scripts/cleanprof new file mode 100755 index 00000000..f91be994 --- /dev/null +++ b/scripts/cleanprof @@ -0,0 +1,4 @@ +# Clean -fprofile-arcs files +#!/bin/sh + +find . -name \*\.gc?? -type f -print | xargs rm -f -- 2.24.0