termux-packages/packages/termux-api/termux-battery-status

10 lines
163 B
Plaintext
Raw Normal View History

2015-06-13 01:03:31 +02:00
#!/system/bin/sh
if [ "$#" != "0" ]; then
echo "usage: termux-battery-status"
echo "Get the status of the device battery."
exit 1
fi
termux-api BatteryStatus