Skip to content

Commit

Permalink
Merge commit 'oculardisaster/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgolick committed Aug 6, 2008
2 parents 1c209e5 + 711aa58 commit 2829160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/tweet
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

abort("Usage: tweet 'command'") unless ARGV.length == 1
abort("Usage: tweet 'command'") unless ARGV.length > 1

require File.dirname(__FILE__)+'/../lib/tweet'

Tweet.create_status(ARGV.first)
Tweet.create_status(ARGV.join(' '))

0 comments on commit 2829160

Please sign in to comment.