5 lines
83 B
Bash
5 lines
83 B
Bash
|
echo " "
|
||
|
echo " "
|
||
|
echo "Entire system shutting down now"
|
||
|
( sleep 3; reboot -f; ) &
|