From 88be7624201ebb3ff93a2581e72e7f0946c38f3f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 25 Jul 2008 16:14:42 +0000 Subject: Also print the number of samples in the DokuWiki table. /trunk/scripts/showSamples.sh | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 1a41f92..8a2b889 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -109,6 +109,12 @@ if [ "${opt}" = -w ]; then printf "^ Reported by " echo "^" fi + for sample in "${@}"; do ( dump_single_sample ${opt} ${width} "${sample}" ) done + +if [ "${opt}" = -w ]; then + printf "^ Total: ${#@} samples | |||||||||||" + echo "" +fi -- cgit v0.10.2-6-g49f6