Skip to content

Commit

Permalink
Quickly fire up a console with 'zip' pre-loaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Feb 15, 2020
1 parent 247fd43 commit 862892c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/console
@@ -0,0 +1,7 @@
#!/usr/bin/env ruby

require 'bundler/setup'
require 'zip'

require 'irb'
IRB.start(__FILE__)

0 comments on commit 862892c

Please sign in to comment.