vid/bin/gitme.cmd

6 lines
163 B
Batchfile

@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