Skip to content

Instantly share code, notes, and snippets.

@mja
Created March 29, 2010 16:27
Show Gist options
  • Save mja/348052 to your computer and use it in GitHub Desktop.
Save mja/348052 to your computer and use it in GitHub Desktop.
EZproxy Service Workflow
require 'uri'
ARGV.first.split.each do |f|
article = URI.parse(f)
article.host = article.host + ".ezproxy.YOUR-INSTITUTION"
puts article.to_s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment