summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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