minor fix
This commit is contained in:
parent
344924b8dc
commit
20348ce8d5
|
@ -5,5 +5,4 @@ if "%1"=="" (
|
||||||
exit /b
|
exit /b
|
||||||
)
|
)
|
||||||
for %%A in (. %2) do set target=%%A
|
for %%A in (. %2) do set target=%%A
|
||||||
|
git clone https://gitme.fun/%1 %target% && pushd %target% & if exist vid-init-module.cmd call vid-init-module.cmd & popd
|
||||||
git clone https://gitme.fun/%1 %target% && if exist vid-init-module.cmd call vid-init-module.cmd
|
|
Loading…
Reference in New Issue