diff options
-rwxr-xr-x | scripts/showSamples.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 1a41f921..8a2b8892 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 |