Skip to content

Instantly share code, notes, and snippets.

@lo5an
Created August 9, 2015 22: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/1317196e1f2ab6c9337c to your computer and use it in GitHub Desktop.
Save lo5an/1317196e1f2ab6c9337c to your computer and use it in GitHub Desktop.
#!/bin/bash
echo ""
echo " $* "
echo ""
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