diff options
Diffstat (limited to 'onac.sh')
-rwxr-xr-x | onac.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/bin/sh +# File: /usr/local/bin/onac.sh +# the hash-bang is vital for eudev to be able to execute this script. +date -u "+$( hostname -s ) %s %FT%TZ now using utility power" >> /var/log/battery.log |