Skip to content

Instantly share code, notes, and snippets.

@timmc
Last active January 29, 2019 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timmc/383084c85e3d4d56222d099a47d7c5e2 to your computer and use it in GitHub Desktop.
Save timmc/383084c85e3d4d56222d099a47d7c5e2 to your computer and use it in GitHub Desktop.
#!/bin/bash
while read line; do
url_encoded="${line//+/ }"
printf '%b\n' "${url_encoded//%/\\x}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment