gitme.cmd
This commit is contained in:
parent
0ed6ba34b3
commit
344924b8dc
|
@ -1,6 +1,9 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
setlocal
|
||||||
if "%1"=="" (
|
if "%1"=="" (
|
||||||
echo gitme username/reponame
|
echo gitme username/reponame [TARGET]
|
||||||
exit /b
|
exit /b
|
||||||
)
|
)
|
||||||
git clone https://gitme.fun/%1 . && if exist vid-init-module.cmd call vid-init-module.cmd
|
for %%A in (. %2) do set target=%%A
|
||||||
|
|
||||||
|
git clone https://gitme.fun/%1 %target% && if exist vid-init-module.cmd call vid-init-module.cmd
|
Loading…
Reference in New Issue