Skip to content

Instantly share code, notes, and snippets.

@ianatha
Created October 15, 2015 01:10
Show Gist options
  • Save ianatha/191c0a4087b4b01faf9d to your computer and use it in GitHub Desktop.
Save ianatha/191c0a4087b4b01faf9d to your computer and use it in GitHub Desktop.
#!/bin/bash -e
if [ "$(id -u)" != "0" ]; then
# Elevate privileges to root.
sudo $0 $*
exit $?
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment