Skip to content

Instantly share code, notes, and snippets.

@CraZySacX
Created March 30, 2015 19:09
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 CraZySacX/866ba937fbde9dd00449 to your computer and use it in GitHub Desktop.
Save CraZySacX/866ba937fbde9dd00449 to your computer and use it in GitHub Desktop.
Inspired by a bash alias that did the same thing....
function fuck
echo sudo $history[1]
eval command sudo $history[1]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment