diff options
Diffstat (limited to 'onbattery.sh')
-rwxr-xr-x | onbattery.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/onbattery.sh b/onbattery.sh new file mode 100755 index 0000000..51b0e4e --- /dev/null +++ b/onbattery.sh @@ -0,0 +1,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 |