Skip to content

Instantly share code, notes, and snippets.

@reintakura
Created March 19, 2020 05:52
cat aaa.txt | 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