mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
simplified
This commit is contained in:
parent
93dc8f2466
commit
d4cf208cfa
1 changed files with 1 additions and 5 deletions
|
@ -19,8 +19,4 @@
|
|||
|
||||
|
||||
count=`grep -c "^processor.*:" /proc/cpuinfo`
|
||||
if [ "$count" = "1" ]; then
|
||||
echo
|
||||
else
|
||||
echo $count"x"
|
||||
fi
|
||||
[ "$count" = "1" ] || echo $count"x"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue