Skip to content

Instantly share code, notes, and snippets.

@quickshiftin
Created September 30, 2015 20:48
Show Gist options
  • Save quickshiftin/8b7bcdcfe668762b2ed1 to your computer and use it in GitHub Desktop.
Save quickshiftin/8b7bcdcfe668762b2ed1 to your computer and use it in GitHub Desktop.
Reboot or shutdown and exit from the box
#!/bin/bash
alias reboot='sudo reboot && exit'
alias shutdown='sudo shutdown -h now && exit'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment