Sha256: fbb9d656400bd6210dd965b2daac69d0ca307dcbd7081ca9528cf91db225ed60
Contents?: true
Size: 140 Bytes
Versions: 1
Compression:
Stored size: 140 Bytes
Contents
#!/usr/bin/env ruby require 'substitute/line' STDOUT.puts 'WEBVTT' while (line = STDIN.gets) STDOUT.puts Substitute::Line.new(line) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
substitute-0.1.0 | bin/substitute |