bold numbers of network up/down calculations

This commit is contained in:
Dustin Kirkland 2009-04-06 11:30:19 -07:00
commit 3028eb8b3b
2 changed files with 2 additions and 2 deletions

View file

@ -42,4 +42,4 @@ if [ "$rate" -gt 1024 ]; then
rate=`echo "$rate" | awk '{printf "%.1f", $1/1024}'`
unit="MB/s"
fi
printf "\005{= mw}v$rate $unit\005{-} "
printf "v\005{=b mw}$rate\005{-}\005{= mw}$unit\005{-} "

View file

@ -43,4 +43,4 @@ if [ "$rate" -gt 1024 ]; then
rate=`echo "$rate" | awk '{printf "%.1f", $1/1024}'`
unit="MB/s"
fi
printf "\005{= mw}^$rate $unit\005{-} "
printf "^\005{=b mw}$rate\005{-}\005{= mw}$unit\005{-} "