mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-29 02:25:37 -05:00
4 lines
No EOL
98 B
Batchfile
Executable file
4 lines
No EOL
98 B
Batchfile
Executable file
set count=0
|
|
for /F "delims=" %%F in ('call run_script.bat .\\get_variables.ps1 %*') do (
|
|
%%F
|
|
) |