diff --git a/shutdown b/shutdown index 6a6c149..b595a07 100644 --- a/shutdown +++ b/shutdown @@ -6,3 +6,6 @@ shutdown -h now # To reboot system after 5 minutes: shutdown -r +5 + +# To cancel a scheduled shutdown: +shutdown -c