aboutsummaryrefslogtreecommitdiff
path: root/onbattery.sh
diff options
context:
space:
mode:
Diffstat (limited to 'onbattery.sh')
-rwxr-xr-xonbattery.sh4
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
bgstack15