1 2 3 4
#!/bin/sh MSG="System is going down in 10 seconds..." /bin/echo "$MSG" | /usr/bin/wall /bin/sleep 10