Sha256: 89c813809b36fd864daf50f3c580c58589ba5803aaa80c034f2da5b7ad572723
Contents?: true
Size: 300 Bytes
Versions: 6
Compression:
Stored size: 300 Bytes
Contents
#!/usr/bin/env ruby require 'forkforge' require 'forkforge/knife/string' ME = File.basename($0) raise "Please do not call this file directly, use e.g. “fraktur 'My String'”" if ME == 'forkforge' raise "Usage: “#{ME} string”" unless ARGV.count > 0 puts Forkforge::Unicode.send ME, ARGV[0]
Version data entries
6 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forkforge-0.0.4 | bin/wide |
forkforge-0.0.4 | bin/circle |
forkforge-0.0.4 | bin/forkforge |
forkforge-0.0.4 | bin/fraktur |
forkforge-0.0.4 | bin/sub |
forkforge-0.0.4 | bin/super |