blob: 51b0e4e850778f4f01da5b93e6d85a67466ba1b4 (
plain)
1
2
3
4
|
#!/bin/sh
# File: /usr/local/bin/onbattery.sh
# the hash-bang is vital for eudev to be able to execute this script.
date -u "+$( hostname -s ) %s %FT%TZ now running on battery" >> /var/log/battery.log
|