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