Skip to content

Instantly share code, notes, and snippets.

@sheepla
Last active June 30, 2021 11:13
Show Gist options
  • Save sheepla/4cef99cf8a66b34bbc66feac82eea980 to your computer and use it in GitHub Desktop.
Save sheepla/4cef99cf8a66b34bbc66feac82eea980 to your computer and use it in GitHub Desktop.
シェルスクリプトでURLエンコード
#!/bin/sh
printf "%s" "${*}" | od -tx1 -An | tr ' ' % | tr -d \\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment