Sha256: 61f8343ddbd611efc96f6f09aaffd0032d1b7e1cd909f17a3b19145f58c4a19f

Contents?: true

Size: 236 Bytes

Versions: 4

Compression:

Stored size: 236 Bytes

Contents

#!/usr/bin/env ruby
# encoding: UTF-8

lib = File.expand_path(File.dirname(__FILE__) + '/../lib')
$LOAD_PATH.unshift(lib) if File.directory?(lib) && !$LOAD_PATH.include?(lib)

require "tate"

STDOUT.puts Tate::transliterate(STDIN.read)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tate-0.1.4 bin/tate
tate-0.1.3 bin/tate
tate-0.1.2 bin/tate
tate-0.1.1 bin/tate