Skip to content

Instantly share code, notes, and snippets.

@citrusui
Created July 23, 2016 19:48
Show Gist options
  • Save citrusui/81211af80d6dc93961acded95d495306 to your computer and use it in GitHub Desktop.
Save citrusui/81211af80d6dc93961acded95d495306 to your computer and use it in GitHub Desktop.
Customized URLs for https://git.io
#!/usr/bin/env ruby
print "URL: "
ENV["url"] = gets.chomp
print "Code: "
ENV["code"] = gets.chomp
system 'curl -i https://git.io -F "url=$url" -F "code=$code"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment