Last active
March 25, 2016 06:51
-
-
Save shouhei/24d5c7ff108b6951d324 to your computer and use it in GitHub Desktop.
url safe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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