configurations/testbed/scripts/schedule-poweroff.sh
2023-04-28 13:32:33 +08:00

8 lines
140 B
Bash
Executable File

#!/bin/bash
set -ex
/bin/date
/sbin/shutdown -h 60
wall "The system shutdown is scheduled in 1 hour. Use 'shutdown -c' to cancel."
echo ''