termux-api.c: rand() -> arc4random()
[termux-packages] / packages / termux-api / termux-battery-status
CommitLineData
cc1ae02e 1#!/bin/sh
59f0d218
FF
2
3if [ "$#" != "0" ]; then
4 echo "usage: termux-battery-status"
5 echo "Get the status of the device battery."
6 exit 1
7fi
8
cc1ae02e 9@TERMUX_API@ BatteryStatus