summaryrefslogtreecommitdiff
path: root/scripts/showSamples.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-25 16:14:42 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-25 16:14:42 (GMT)
commit88be7624201ebb3ff93a2581e72e7f0946c38f3f (patch)
tree39c3891e6da878a4fa7d9accc5678a0aeda80019 /scripts/showSamples.sh
parentebf85dfa9a28177209c4217c8020eadb6dcd65a6 (diff)
Also print the number of samples in the DokuWiki table.
/trunk/scripts/showSamples.sh | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+)
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-xscripts/showSamples.sh6
1 files changed, 6 insertions, 0 deletions
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