-
Notifications
You must be signed in to change notification settings - Fork 0
/
initialize-workspace
executable file
·24 lines (23 loc) · 2.3 KB
/
initialize-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
git clone https://github.com/ForeachOS/ax-docs-across.git workspace/ax-docs-across
git clone https://github.com/ForeachOS/ax-docs-platform.git workspace/ax-docs-platform
git clone https://github.com/ForeachOS/ax-docs-dynamic-forms-module.git workspace/ax-docs-dynamic-forms-module
git clone https://github.com/ForeachOS/ax-docs-ldap-module.git workspace/ax-docs-ldap-module
git clone https://github.com/ForeachOS/ax-docs-admin-web-module.git workspace/ax-docs-admin-web-module
git clone https://github.com/ForeachOS/ax-docs-bootstrap-ui-module.git workspace/ax-docs-bootstrap-ui-module
git clone https://github.com/ForeachOS/ax-docs-entity-module.git workspace/ax-docs-entity-module
git clone https://github.com/ForeachOS/ax-docs-web-cms-module.git workspace/ax-docs-web-cms-module
git clone https://github.com/ForeachOS/ax-docs-spring-security-acl-module.git workspace/ax-docs-spring-security-acl-module
git clone https://github.com/ForeachOS/ax-docs-user-module.git workspace/ax-docs-user-module
git clone https://github.com/ForeachOS/ax-docs-spring-security-module.git workspace/ax-docs-spring-security-module
git clone https://github.com/ForeachOS/ax-docs-oauth2-module.git workspace/ax-docs-oauth2-module
git clone https://github.com/ForeachOS/ax-docs-hibernate-jpa-module.git workspace/ax-docs-hibernate-jpa-module
git clone https://github.com/ForeachOS/ax-docs-across-autoconfigure.git workspace/ax-docs-across-autoconfigure
git clone https://github.com/ForeachOS/ax-docs-debug-web-module.git workspace/ax-docs-debug-web-module
git clone https://github.com/ForeachOS/ax-docs-application-info-module.git workspace/ax-docs-application-info-module
git clone https://github.com/ForeachOS/ax-docs-file-manager-module.git workspace/ax-docs-file-manager-module
git clone https://github.com/ForeachOS/ax-docs-logging-module.git workspace/ax-docs-logging-module
git clone https://github.com/ForeachOS/ax-docs-ehcache-module.git workspace/ax-docs-ehcache-module
git clone https://github.com/ForeachOS/ax-docs-properties-module.git workspace/ax-docs-properties-module
git clone https://github.com/ForeachOS/ax-docs-spring-mobile-module.git workspace/ax-docs-spring-mobile-module
git clone https://github.com/ForeachOS/ax-docs-spring-batch-module.git workspace/ax-docs-spring-batch-module
for dir in workspace/*; do (cd "$dir" && git pull --rebase); done