11 lines
194 B
Batchfile
11 lines
194 B
Batchfile
|
d:
|
||
|
cd \
|
||
|
md src
|
||
|
cd src
|
||
|
md Longbow
|
||
|
cd Longbow
|
||
|
md Keys
|
||
|
md BootstrapAdmin
|
||
|
git clone https://git.oschina.net/LgbAdmin/Keys.git
|
||
|
git clone https://git.oschina.net/LgbAdmin/BootstrapAdmin.git
|