Sha256: 455e8dd3e3d196672b0d5ff3d4a7754add8144e9f7e6b38ad443bcd3b752f7c5
Contents?: true
Size: 441 Bytes
Versions: 18
Compression:
Stored size: 441 Bytes
Contents
@echo off if not "%~f0" == "~f0" goto WinNT ruby -Sx "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofruby :WinNT if not exist "%~d0%~p0ruby" goto rubyfrompath if exist "%~d0%~p0ruby" "%~d0%~p0ruby" -x "%~f0" %* goto endofruby :rubyfrompath ruby -x "%~f0" %* goto endofruby #!/bin/ruby # module WxRuby ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..')) end require 'wx/wxruby/base' WxRuby.run __END__ :endofruby
Version data entries
18 entries across 18 versions & 1 rubygems