From: Pekka Riikonen Date: Fri, 15 Dec 2006 15:24:35 +0000 (+0000) Subject: Added. X-Git-Tag: silc.client.1.1.beta1~102 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=e98a486209efe37db63c23948cdf23d933566442 Added. --- 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