aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sandman.command16
1 files changed, 0 insertions, 16 deletions
diff --git a/sandman.command b/sandman.command
deleted file mode 100644
index 18f2190..0000000
--- a/sandman.command
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/env bash
-
-ON_DELAY=20
-OFF_DELAY=20
-
-if [[ $USER != "root" ]]; then
- echo "This must be run as root"
- exit 1
-fi
-
-sleep $ON_DELAY
-TIMESTAMP=$(php -r "echo @date('H:i:s', time() + ${OFF_DELAY});")
-pmset repeat poweron MTWRFSU ${TIMESTAMP}
-echo -n $(date "+%d.%m.%y @ %H:%I:%S") >> $LOGFILE
-echo " " $(wc -l $LOGFILE) >> $LOGFILE
-shutdown -h now