From: Marco Peereboom Date: Thu, 1 Jul 2010 19:49:37 +0000 (+0000) Subject: Fix some spaces X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=fd802e8f9431f511ed6f9f2d822b64b07a2a4bc2;p=spectrwm.git Fix some spaces --- diff --git a/baraction.sh b/baraction.sh index 1248080..7455219 100644 --- a/baraction.sh +++ b/baraction.sh @@ -18,7 +18,7 @@ print_mem() { _print_cpu() { typeset -R4 _1=${1} _2=${2} _3=${3} _4=${4} _5=${5} - echo -n "CPU:${_1}% User${_2}% Nice${_3}% Sys${_4}% Int${_5}% Idle " + echo -n "CPU:${_1}% User${_2}% Nice${_3}% Sys${_4}% Int${_5}% Idle " } print_cpu() { @@ -78,7 +78,7 @@ print_apm() { print_cpuspeed() { CPU_SPEED=`/sbin/sysctl hw.cpuspeed | cut -d "=" -f2` - echo -n " CPU speed: $CPU_SPEED MHz" + echo -n "CPU speed: $CPU_SPEED MHz " } while :; do @@ -95,10 +95,10 @@ while :; do fi if [ $I -gt 2 ]; then # print_date - # print_mem $MEM + print_mem $MEM print_cpu $REPLY - print_apm $APM_DATA print_cpuspeed + print_apm $APM_DATA echo "" fi I=$(( ${I} + 1 ));