Initial commit
This commit is contained in:
6
ruby/bin/irb.bat
Normal file
6
ruby/bin/irb.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@ECHO OFF
|
||||
IF NOT "%~f0" == "~f0" GOTO :WinNT
|
||||
ECHO.This version of Ruby has not been built with support for Windows 95/98/Me.
|
||||
GOTO :EOF
|
||||
:WinNT
|
||||
@"%~dp0ruby.exe" "%~dpn0" %*
|
||||
Reference in New Issue
Block a user