chiark / gitweb /
ubuntu-daily: mount all the ISO images we can find as jigdo sources
[bin.git] / battery-powerpc
1 #! /bin/sh
2 #grep '^time rem' /proc/pmu/battery_0 | perl -Minteger -ne 's/.* : //; printf "%d.%02d minutes\n", $_ / 60, $_ % 60'
3 pbbcmd query timeremaining | perl -Minteger -ne 'printf "%d.%02d minutes\n", $_ / 60, $_ % 60'