vid/bin/gitme.cmd

6 lines
163 B
Batchfile
Raw Normal View History

2022-03-05 14:25:10 +08:00
@echo off
if "%1"=="" (
echo gitme username/reponame
exit /b
)
git clone https://gitme.fun/%1 . && if exist vid-init-module.cmd call vid-init-module.cmd