Skip to content

Instantly share code, notes, and snippets.

@k0ta0uchi
Created June 1, 2017 10:46
Show Gist options
  • Save k0ta0uchi/7e445e8b4196f3b26178898912037254 to your computer and use it in GitHub Desktop.
Save k0ta0uchi/7e445e8b4196f3b26178898912037254 to your computer and use it in GitHub Desktop.
@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