Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active December 28, 2021 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wilmoore/1507599 to your computer and use it in GitHub Desktop.
Save wilmoore/1507599 to your computer and use it in GitHub Desktop.
Git :: git.io
########################################################################################
# function for generating a git.io short url
########################################################################################
function git-shorturl {
curl -i http://git.io -F "url=$1" 2>/dev/null | grep -i "location:"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment