Install curl-7.19.5.tar.bz2
[msysgit/bosko.git] / git-cmd.bat
blob844734fa4d41efc76acd3558e4a23e4bcdfde47f
1 @set PLINK_PROTOCOL=ssh\r
2 @setlocal\r
3 @for /F "delims=" %%I in ("%~dp0") do @set git_install_root=%%~fI\r
4 @set path=%git_install_root%\bin;%git_install_root%\mingw\bin;%git_install_root%\cmd;%PATH%\r
5 @if "%HOME%"=="" @set HOME=%USERPROFILE%\r
6 @cd %HOME%\r
7 @start %COMSPEC%\r