diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-25 16:14:42 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-25 16:14:42 +0000 |
commit | 88be7624201ebb3ff93a2581e72e7f0946c38f3f (patch) | |
tree | 39c3891e6da878a4fa7d9accc5678a0aeda80019 /scripts/showSamples.sh | |
parent | ebf85dfa9a28177209c4217c8020eadb6dcd65a6 (diff) | |
download | crosstool-ng-88be7624201ebb3ff93a2581e72e7f0946c38f3f.tar.gz crosstool-ng-88be7624201ebb3ff93a2581e72e7f0946c38f3f.tar.bz2 crosstool-ng-88be7624201ebb3ff93a2581e72e7f0946c38f3f.zip |
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-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 |