1 2 3 4 5 6 7 8
#!/bin/sh MSG="System is going down in 14 seconds..." echo 'disabled.' ; exit /bin/touch /etc/runit/stopit && \ /bin/echo "$MSG" | /usr/bin/wall /bin/sleep 14