7 lines
217 B
Ruby
Executable File
7 lines
217 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require_relative "utils"
|
|
|
|
registry = Registry.new
|
|
template_path = Pathname.new(File.expand_path("../../templates", __FILE__))
|
|
dn42_zone_template = Template.new(template_path.join("dn42-zone.erb"))
|