Skip to content

Instantly share code, notes, and snippets.

@gad0lin
Created October 18, 2013 05:47
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 gad0lin/7037005 to your computer and use it in GitHub Desktop.
Save gad0lin/7037005 to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby
require 'open-uri'
str = ARGV[0]
p str
puts URI::encode(str)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment