Sha256: 53daf59b799628996fdc48d406843ad2d52cd97e4eae9f1c2a37f31a1ca0d246
Contents?: true
Size: 263 Bytes
Versions: 3
Compression:
Stored size: 263 Bytes
Contents
#!/usr/bin/env ruby require 'tf1_converter' config_file = ARGV[0] TF1Converter::Config.load(config_file) input = File.open(TF1Converter::Config.input, 'r') output = File.open(TF1Converter::Config.output, 'w') TF1Converter::Translation.from(input).into(output)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tf1_converter-0.1.2 | bin/tf1convert |
tf1_converter-0.1.1 | bin/tf1convert |
tf1_converter-0.1.0 | bin/tf1convert |