Skip to content

Instantly share code, notes, and snippets.

View neverett's full-sized avatar

Nikki Everett neverett

View GitHub Profile
@neverett
neverett / gitio
Created June 25, 2014 21:21 — forked from defunkt/gitio
#!/usr/bin/env ruby
# Usage: gitio URL [CODE]
#
# Turns a github.com URL
# into a git.io URL
#
# Copies the git.io URL to your clipboard.
url = ARGV[0]
code = ARGV[1]