Skip to content

Instantly share code, notes, and snippets.

@hogelog
Created August 11, 2017 06:25
Show Gist options
  • Select an option

  • Save hogelog/d97eb6795861db0462bd64f8418e1210 to your computer and use it in GitHub Desktop.

Select an option

Save hogelog/d97eb6795861db0462bd64f8418e1210 to your computer and use it in GitHub Desktop.
redirects = File.read("redirects.txt").split_lines.map{|r| r.split(",") }
redirects.each do |from, to|
path = "source/#{from}"
File.write(path, to)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment