Created
November 5, 2018 05:07
-
-
Save shawjia/3c20dacec635c5379f840de401846e8e to your computer and use it in GitHub Desktop.
using curl to create git.io url
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 https://git.io/ -i -F "url=https://shawjia.github.io/vkxd/2018/11/05-fund" -F "code=start-fund" | |
# you get https://git.io/start-fund |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment