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