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