Skip to content

Instantly share code, notes, and snippets.

@adam-stokes
Created April 9, 2013 16:26
Show Gist options
  • Save adam-stokes/5347145 to your computer and use it in GitHub Desktop.
Save adam-stokes/5347145 to your computer and use it in GitHub Desktop.
Schedule reboot at specific time (11:00pm)
$ at 11:00pm
warning: commands will be executed using /bin/sh
at> do
at> cd /
at> /sbin/init 6
at> done
at> <EOT>
$ at -l
2 Tue Apr 9 23:00:00 2013 a webguy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment