#!/usr/bin/env ruby

require 'fortune_gem'
print FortuneGem.give_fortune(:max_length => ARGV.first)
print "\n"
