ncurses: Fix post-massage step
[termux-packages] / packages / termux-api / termux-battery-status
CommitLineData
59f0d218
FF
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