Skip to content

Commit

Permalink
Added bin/lingo script.
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwinter committed Dec 16, 2011
1 parent 6a99c4a commit 428463f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/lingo
@@ -0,0 +1,5 @@
#! /usr/bin/env ruby

require 'lingo'

Dir.chdir(Lingo::BASE) { Lingo.new(*ARGV).talk }

0 comments on commit 428463f

Please sign in to comment.