Skip to content

Commit

Permalink
bin/ws-irb
Browse files Browse the repository at this point in the history
  • Loading branch information
jugyo committed Feb 16, 2011
1 parent ac6bd5d commit fef6a1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/ws-irb
@@ -0,0 +1,8 @@
#!/usr/bin/env ruby
$:.unshift File.dirname(__FILE__) + "/../lib"
require "ws-io"
require 'irb'

WsIo.start {
IRB.start
}.open.join

0 comments on commit fef6a1c

Please sign in to comment.