mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-04 04:41:42 -05:00
10 lines
No EOL
296 B
Batchfile
Executable file
10 lines
No EOL
296 B
Batchfile
Executable file
set "cache=..\\config\\cache.coco"
|
|
|
|
echo ^<?xml version="1.0" encoding="ISO-8859-1" ?^>>%cache%
|
|
|
|
echo ^<variables^>>>%cache%
|
|
|
|
echo ^<language_id^>%language_id%^</language_id^>>>%cache%
|
|
echo ^<repository_path^>%repository_path%^</repository_path^>>>%cache%
|
|
|
|
echo ^</variables^>>>%cache% |