mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-02 03:47:09 -05:00
12 lines
No EOL
229 B
Batchfile
Executable file
12 lines
No EOL
229 B
Batchfile
Executable file
@echo off
|
|
setlocal EnableDelayedExpansion
|
|
|
|
set "git-path=C:\Program Files (x86)\Git"
|
|
|
|
set "PATH=%PATH%;%git-path%\bin;%git-path%\cmd" /M
|
|
|
|
git clone https://github.com/codecombat/codecombat.git C:\Coco\
|
|
|
|
pause
|
|
|
|
endlocal |