# HG changeset patch # User "Yann E. MORIN" # Date 1215984909 0 # Node ID 1824ee4d0a952efd5674c39eeebda6a445034d15 # Parent a345ea4ceda769c9d1873ade6b8ea239112e8fa5 Small eye-candy in the WiKi table dump. /trunk/scripts/showSamples.sh | 13 6 7 0 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff -r a345ea4ceda7 -r 1824ee4d0a95 scripts/showSamples.sh --- a/scripts/showSamples.sh Sun Jul 13 21:22:55 2008 +0000 +++ b/scripts/showSamples.sh Sun Jul 13 21:35:09 2008 +0000 @@ -91,16 +91,15 @@ 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 "^"