Created
December 4, 2019 01:22
-
-
Save louipc/66cc2ae6b6c7ed63a0521d8b6eec9fb9 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/python3 | |
| import sys | |
| import urllib.parse as parse | |
| print(parse.unquote(sys.argv[1])) | |
| exit(0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment