SharpLab/setup.bat

4 строки
87 B
Batchfile

@echo off
echo Fetching submodules
git submodule update --recursive --init
echo Done