#!/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 ''