Skip to content

Instantly share code, notes, and snippets.

@srstanic
Created December 17, 2020 12:26
Show Gist options
  • Select an option

  • Save srstanic/b54ead76220449233db585be14a4bf23 to your computer and use it in GitHub Desktop.

Select an option

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