first
This commit is contained in:
15
update-oops-plugin-framework.bat
Normal file
15
update-oops-plugin-framework.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
md extensions
|
||||
cd extensions
|
||||
|
||||
IF EXIST oops-plugin-framework (
|
||||
goto update
|
||||
) ELSE (
|
||||
goto clone
|
||||
)
|
||||
|
||||
:clone
|
||||
git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git
|
||||
|
||||
:update
|
||||
cd oops-plugin-framework
|
||||
git pull
|
||||
Reference in New Issue
Block a user