mostly fixes, some improvements
[distro-setup] / filesystem / usr / local / bin / spend
1 #!/bin/bash -r
2
3 for (( i=0; i<3; i++ )); do
4 systemctl suspend
5 echo $$ suspending in 180 seconds
6 sleep 180
7 done
8 wall -n spend: $$ shutdown in 180 seconds
9 shutdown