Sha256: 964353a72571244ff2e825d4fb0f110a01002fc832537899b37cab92a1fde43b

Contents?: true

Size: 212 Bytes

Versions: 1

Compression:

Stored size: 212 Bytes

Contents

#!/usr/bin/env ruby -w

$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')
require 'tweet_speak'

input = unless ARGV.empty?
  ARGV.join(' ')
else
  gets
end

puts TweetSpeak.twittify(input)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tweetspeak-0.1.0 bin/tweetspeak