Aufgeräumt.
This commit is contained in:
@@ -25,12 +25,8 @@ power[3,1]="-"
|
||||
power[3,2]="-"
|
||||
# 2. Spalte: Stromaufnahme Leerlauf
|
||||
|
||||
# 3. Spalte: Stromaufnahme unter Last
|
||||
power[2,3]=""
|
||||
|
||||
printf "%-25s %-10s %-10s\n" "SBC" "idle" "load"
|
||||
|
||||
#printf 'SBC\tload\tidle\n';
|
||||
for ((x=0; x<4; x++))
|
||||
do
|
||||
printf "%-20s %-10s %-10s\n" "${power[${x},0]}" "${power[${x},1]}W" "${power[${x},2]}W"
|
||||
|
Reference in New Issue
Block a user