summaryrefslogtreecommitdiff
path: root/scripts/showSamples.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-13 21:35:09 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-13 21:35:09 (GMT)
commit05655a98261cdfae64192670ba2b03792d10ec7d (patch)
treedcd620d4446f9b4807085fab40db32c5f44ab3e6 /scripts/showSamples.sh
parente43c981f82761d2fe6a908ad7d851af0358a6d10 (diff)
Small eye-candy in the WiKi table dump.
/trunk/scripts/showSamples.sh | 13 6 7 0 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-)
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-xscripts/showSamples.sh13
1 files changed, 6 insertions, 7 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh
index 9a7823f..8203259 100755
--- a/scripts/showSamples.sh
+++ b/scripts/showSamples.sh
@@ -91,16 +91,15 @@ for sample in "${@}"; do
done
if [ "${opt}" = -w ]; then
- echo "^ Data collected: ^ $(date +%Y%m%d.%H%M) |||||||||"
+ echo "^ $(date +%Y%m%d.%H%M) ^ ||||||||||"
printf "^ Target "
- printf "^ kernel headers\\\\\\\\ version "
+ printf "^ Kernel headers\\\\\\\\ version "
printf "^ binutils version "
printf "^ gcc version "
- printf "^ libc "
- printf "^ libc version "
- printf "^ threading model "
- printf "^ float support "
- printf "^ languages "
+ printf "^ C library version ^"
+ printf "^ Threading model "
+ printf "^ Floating point\\\\\\\\ support "
+ printf "^ Languages "
printf "^ Misc "
printf "^ Reported by "
echo "^"