termux-api: Start to cleanup api calling scripts
[termux-packages] / packages / termux-api / termux-battery-status
1 #!/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