shithub: rc

ref: 7c4227aa88e4213f56a7940732eff3769a2c627e
dir: /bin/bat/

View raw version
#!/bin/rc
rfork ne
if(! test -f '#s'/acpi)
	aux/acpi -s acpi || exit
mount '#s'/acpi /mnt/pm || exit
if(! test -f /mnt/pm/battery)
	exit no battery to hand
awk '
{
	print $1, $11, $12
}
' /mnt/pm/battery