ctrlaltdel 149 B

123456789
  1. #!/bin/sh
  2. PATH=/bin:/usr/bin
  3. MSG="System is going down..."
  4. # echo 'disabled.' ; exit
  5. install -Dm100 /dev/null /run/runit/stopit
  6. echo "$MSG" | wall