Skip to content

Commit f382770

Browse files
committed
Add a new executable
1 parent 05ff0d4 commit f382770

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

exe/iruby

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#! /usr/bin/env ruby
2+
require "iruby"
3+
require "iruby/application"
4+
5+
app = IRuby::Application.instance
6+
app.setup
7+
app.run

0 commit comments

Comments
 (0)