2025-05-10 21:58:58 +08:00

5 lines
83 B
Bash
Executable File

echo " "
echo " "
echo "Entire system shutting down now"
( sleep 3; reboot -f; ) &