summaryrefslogtreecommitdiffstats
path: root/funtools/funtest/fctest
diff options
context:
space:
mode:
Diffstat (limited to 'funtools/funtest/fctest')
-rwxr-xr-xfuntools/funtest/fctest4
1 files changed, 4 insertions, 0 deletions
diff --git a/funtools/funtest/fctest b/funtools/funtest/fctest
new file mode 100755
index 0000000..ad9d34d
--- /dev/null
+++ b/funtools/funtest/fctest
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -x
+
+funcnts $* | awk 'start==1{print $0};/^---- ------------ ---------$/{start=1}'