Skip to content

Commit

Permalink
added bin script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Stephens committed Mar 8, 2016
1 parent ebfdf2c commit 8982e5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/gimme_vins
@@ -0,0 +1,8 @@
#!/usr/bin/env ruby

require "gimme_vins"

vins = GimmeVins.for(ARGV.dup.join(" "))

puts vins.join("\n")

0 comments on commit 8982e5b

Please sign in to comment.