Skip to content

Instantly share code, notes, and snippets.

@sucreations
Last active December 12, 2015 08:49
Show Gist options
  • Save sucreations/4746559 to your computer and use it in GitHub Desktop.
Save sucreations/4746559 to your computer and use it in GitHub Desktop.
Shutdown the PC after 15 min
//Shutdown the PC after 15 min;
shutdown -s -t 900
//Shutdown the PC after 1 hour;
shutdown -s -t 3600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment