# HG changeset patch # User "Yann E. MORIN" # Date 1217002482 0 # Node ID a30dd922ff1e2e92620301d70746957e313d7d7d # Parent bea5656eb1d1d84d6b94fc022049e9b832302e8e Also print the number of samples in the DokuWiki table. /trunk/scripts/showSamples.sh | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+) diff -r bea5656eb1d1 -r a30dd922ff1e scripts/showSamples.sh --- a/scripts/showSamples.sh Fri Jul 25 15:54:52 2008 +0000 +++ b/scripts/showSamples.sh Fri Jul 25 16:14:42 2008 +0000 @@ -109,6 +109,12 @@ 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