Skip to content

Instantly share code, notes, and snippets.

@shouhei
Last active March 25, 2016 06:51
Show Gist options
  • Save shouhei/24d5c7ff108b6951d324 to your computer and use it in GitHub Desktop.
Save shouhei/24d5c7ff108b6951d324 to your computer and use it in GitHub Desktop.
url safe
echo $target | sed -e "s/\+/\_/" | sed -e "s/\//-/" | sed -e "s/\=/\./" | base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment