-
-
Save jverdeyen/953c48fdf29e48cca709 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
curl -i http://git.io -F "url=https://github.com/<whatever you like to point to>" -F "code=<preferredcode>" | |
# Example: | |
# curl -i http://git.io -F "url=https://github.com/uDig/udig-platform" -F "code=udigPlatform" | |
# return the following shortened URL : http://git.io/udigPlatform |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment