wheel process
This commit is contained in:
+7
-2
@@ -98,6 +98,11 @@ function wheel() {
|
|||||||
while $1; do
|
while $1; do
|
||||||
printf '%.1s\b' "$sp"
|
printf '%.1s\b' "$sp"
|
||||||
sp=${sp#?}${sp%???}
|
sp=${sp#?}${sp%???}
|
||||||
sleep 0.1s
|
if [ -x "$(command -v bc)" ]
|
||||||
|
then
|
||||||
|
sleep $(echo "0.0001*$(grep 'cpu MHz' /proc/cpuinfo | head -n1 | awk '{print $4}')" | bc -l)s
|
||||||
|
else
|
||||||
|
sleep 0.2s
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user