Created
March 1, 2019 21:07
-
-
Save sh1n0b1/ac3590f6c5a154e019316f64ea9c90c9 to your computer and use it in GitHub Desktop.
URL decode one-liner command
This file contains hidden or 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
alias urldecode='python -c "import sys, urllib as ul; print ul.unquote_plus(sys.argv[1])"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment