Created
December 17, 2020 12:26
-
-
Save srstanic/b54ead76220449233db585be14a4bf23 to your computer and use it in GitHub Desktop.
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
| #!/bin/sh | |
| echo $1 | python3 -c "import sys; from urllib.parse import unquote; print(unquote(sys.stdin.read()));" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment