mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-29 10:35:51 -05:00
6 lines
No EOL
121 B
Batchfile
Executable file
6 lines
No EOL
121 B
Batchfile
Executable file
set "LFTP=%1-%language_id%.coco"
|
|
if not exist "%LFTP%" (
|
|
call print_file %1.coco
|
|
) else (
|
|
call print_file %LFTP%
|
|
) |