Sha256: 17e4f2673165d6b7c13a91a7b2e026c0817d87496236847d9c90a1780afa83b9
Contents?: true
Size: 171 Bytes
Versions: 2
Compression:
Stored size: 171 Bytes
Contents
#!/usr/bin/env ruby -w require 'hershey' file = ARGV.shift width = ARGV.shift.to_i text = ARGV.join(' ') open(file, 'w') {|f| f.write(Hershey.svg(text, width: width))}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hershey-0.0.6 | bin/hershey |
hershey-0.0.5 | bin/hershey |