Skip to content

Instantly share code, notes, and snippets.

@hoyangtsai
Last active January 8, 2022 01:23
Show Gist options
  • Save hoyangtsai/a6f2cddb1de1a25c42e030ab8d9ee559 to your computer and use it in GitHub Desktop.
Save hoyangtsai/a6f2cddb1de1a25c42e030ab8d9ee559 to your computer and use it in GitHub Desktop.
github url #shorten #snippet
curl -i https://git.io -F "url=<original_url>" [-F "code=<token>"]
: '
$ curl -i https://git.io -F "url=https://gist.github.com/hoyangtsai/a6f2cddb1de1a25c42e030ab8d9ee559"
HTTP/1.1 201 Created
Status: 201 Created
Content-Type: text/html;charset=utf-8
Location: https://git.io/JSbdz
...
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment