sh 在mac os x上显示电池状态
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在mac os x上显示电池状态相关的知识,希望对你有一定的参考价值。
#!/bin/bash
percent=$(pmset -g batt | egrep "([0-9]+\%).*" -o | cut -f1 -d'%')
args=("$@")
if [ "${args[0]}" == "debug" ]; then
echo "$percent"
fi
if [ "$percent" -gt "80" ]; then
result="★ ★ ★ ★ ★ "
elif [ "$percent" -gt "60" ]; then
result="★ ★ ★ ★ ☆ "
elif [ "$percent" -gt "40" ]; then
result="★ ★ ★ ☆ ☆ "
elif [ "$percent" -gt "20" ]; then
result="★ ★ ☆ ☆ ☆ "
elif [ "$percent" -gt "0" ]; then
result="★ ☆ ☆ ☆ ☆ "
fi
echo "$result"
以上是关于sh 在mac os x上显示电池状态的主要内容,如果未能解决你的问题,请参考以下文章
sh 在mac os X上安装apc。在小牛队中工作!
sh 在Mac OS X上重新启动蓝牙守护程序而不重新启动
sh 在Mac OS X上重新启动蓝牙守护程序而不重新启动
sh 如何杀死mac os x终端上的端口
sh 如何杀死mac os x终端上的端口
sh tunnelbroker.net自动隧道IP更新和隧道设置(在Mac OS X上)