summary refs log tree commit diff
path: root/etc/debian/ctrlaltdel
blob: de3a440ff9d6beb76efc14c8d1162e16be7ee871 (plain) (blame)
1
2
3
4
#!/bin/sh
MSG="System is going down in 10 seconds..."
/bin/echo "$MSG" | /usr/bin/wall
/bin/sleep 10