Skip to content

Commit

Permalink
Add console
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Sep 13, 2024
1 parent bcc6796 commit f2908eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/console
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env ruby

$: << File.expand_path('../lib', __dir__)

require 'colore'
require 'irb'

IRB.start

0 comments on commit f2908eb

Please sign in to comment.