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