mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
Random quote?
This commit is contained in:
parent
69c5c9f103
commit
b8857b2926
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ __cpu_freq() {
|
|||
freq="$_RET"
|
||||
fi
|
||||
elif hz=$(sysctl -n hw.cpufrequency 2>/dev/null); then
|
||||
'fpdiv $hz "1000000000" 1 # 1Ghz
|
||||
fpdiv $hz "1000000000" 1 # 1Ghz
|
||||
freq="$_RET"
|
||||
fi
|
||||
[ -n "$freq" ] || return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue