Created
June 1, 2017 10:46
-
-
Save k0ta0uchi/7e445e8b4196f3b26178898912037254 to your computer and use it in GitHub Desktop.
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 | |
set startdir=%~dp0 | |
set bashdir="C:\Program Files\Git\bin\bash.exe" | |
%bashdir% --login -i -c "java -jar ""%startdir%\BuildTools.jar""" | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment