Skip to content

Commit

Permalink
through ARGV to Capy.run directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jugyo committed Dec 3, 2012
1 parent 89c6872 commit 92e7bc2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/capy
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env ruby
require 'capy'
args = ARGV.dup
ARGV.clear
exit Capy.run(args)
exit Capy.run(ARGV)

0 comments on commit 92e7bc2

Please sign in to comment.