Created
October 8, 2016 00:02
-
-
Save diogolundberg/4e02fee132bd2fa5458c0c576f4d93ba to your computer and use it in GitHub Desktop.
Workaround to Rails installer 3.2.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
IF NOT "%~f0" == "~f0" GOTO :WinNT | |
@"%~dp0ruby.exe" "%~dp0rails" %1 %2 %3 %4 %5 %6 %7 %8 %9 | |
GOTO :EOF | |
:WinNT | |
@"%~dp0ruby.exe" "%~dpn0" %* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment