Skip to content

Instantly share code, notes, and snippets.

@lo5an
Created August 25, 2015 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lo5an/8a56b7fc62b377cd1bd3 to your computer and use it in GitHub Desktop.
Save lo5an/8a56b7fc62b377cd1bd3 to your computer and use it in GitHub Desktop.
#!/bin/bash
1>&2 printf "\n $@ \n\n"
1>&2 read -p "Are you sure that you're not being dumb? (y/n)" CONFIRM
if [ "$CONFIRM" == "y" ]
then
/usr/bin/sudo "$@"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment