init testbed/schedule-poweroff.sh

This commit is contained in:
xiongdian.me 2023-04-28 13:32:33 +08:00
parent 195cdd5cb8
commit 7f3d5be51c

View File

@ -0,0 +1,7 @@
#!/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 ''