summaryrefslogtreecommitdiffstats
path: root/tool/generic_erb.rb
blob: 7ea33fbc5faef0067004af5cfa9e4d3ffbb1a2ed (plain)
1
2
3
4
require 'erb'

template = ARGV.shift
ERB.new(File.read(template), nil, '%').run