This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
codecombat/scripts/windows/coco-dev-setup/batch/scripts/get_extension.bat
2014-03-25 03:37:05 +01:00

3 lines
No EOL
80 B
Batchfile
Executable file

for /f "delims=" %%a in ('..\\utilities\\get_extension.exe %1 %2') do (
%%a
)