Skip to content

Instantly share code, notes, and snippets.

@hayduke19us
Created August 16, 2015 04:24
Show Gist options
  • Save hayduke19us/b6afd7d9bd4cabf19153 to your computer and use it in GitHub Desktop.
Save hayduke19us/b6afd7d9bd4cabf19153 to your computer and use it in GitHub Desktop.
def set_boot
`sudo bless -mount /Volumes/Narnia -setboot`
end
def restart_machine
`sudo shutdown -r now`
end
set_boot
restart_machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment