Created
November 1, 2018 02:20
-
-
Save djnugent/3a9dda24da381214b2153c3fb8800532 to your computer and use it in GitHub Desktop.
Instead of !!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function please() { | |
cmd=$(history | cut -c 8- | tail -2 | head -1) | |
sudo $cmd | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment