Initial push
[termux-packages] / packages / termux-api / termux-battery-status
1 #!/system/bin/sh
2
3 if [ "$#" != "0" ]; then
4 echo "usage: termux-battery-status"
5 echo "Get the status of the device battery."
6 exit 1
7 fi
8
9 termux-api BatteryStatus