Files
oops-framework/update-oops-plugin-framework-tools.bat
2024-02-20 18:08:17 +08:00

15 lines
236 B
Batchfile

md extensions
cd extensions
IF EXIST oops-plugin-framework-tools (
goto update
) ELSE (
goto clone
)
:clone
git clone -b master https://gitee.com/dgflash/oops-plugin-framework-tools.git
:update
cd oops-plugin-framework-tools
git pull