Skip to content

Instantly share code, notes, and snippets.

@louipc
Created December 4, 2019 01:22
Show Gist options
  • Select an option

  • Save louipc/66cc2ae6b6c7ed63a0521d8b6eec9fb9 to your computer and use it in GitHub Desktop.

Select an option

Save louipc/66cc2ae6b6c7ed63a0521d8b6eec9fb9 to your computer and use it in GitHub Desktop.
#!/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