Skip to content

Instantly share code, notes, and snippets.

@hymkor
Created April 13, 2015 07:44
Show Gist options
  • Save hymkor/c3b1737f135eae6b86a5 to your computer and use it in GitHub Desktop.
Save hymkor/c3b1737f135eae6b86a5 to your computer and use it in GitHub Desktop.
msysgit 添付の Perl を %PATH% が通ってなくとも使うバッチファイル
@echo off
for %%I in (git.exe) do set "PERL=%%~dp$PATH:I..\bin\perl.exe"
"%PERL%" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment