lots of fixes, new music stuff
[distro-setup] / filesystem / usr / local / bin / spend
index 5c6b3fec592e6aa14281d7fdd05489c331ab75e8..9387339bb93a88de39b4fde063c509e5e456caa4 100755 (executable)
@@ -1,3 +1,9 @@
-#!/bin/sh
+#!/bin/bash -r
 
-systemctl suspend
+for (( i=0; i<3; i++ )); do
+  systemctl suspend
+  wall -n spend: $$ suspending in 30 seconds
+  sleep 30
+done
+wall -n spend: $$ shutdown in 30 seconds
+shutdown