mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-08 08:15:55 +08:00
15 lines
231 B
Batchfile
15 lines
231 B
Batchfile
md extensions
|
|
cd extensions
|
|
|
|
IF EXIST oops-plugin-framework (
|
|
goto update
|
|
) ELSE (
|
|
goto clone
|
|
)
|
|
|
|
:clone
|
|
git clone -b 3.6.0 https://gitee.com/dgflash/oops-plugin-framework.git
|
|
|
|
:update
|
|
cd oops-plugin-framework
|
|
git pull |