shithub: rc

ref: be0f4f860ae1a68a054c0d740b4c9ed9c3a2e486
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