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