Optimized init

This commit is contained in:
Kevin Frantz
2018-09-08 14:23:03 +02:00
parent 4d0f0646df
commit 8abb5eaaac
4 changed files with 18 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
(
cd $(dirname $(readlink -f ${0}));
bash ./submodule_sync.sh
bash ./submodule-init.sh
bash ./build.sh
bash ./schema-update.sh
)

View File

@@ -0,0 +1,4 @@
(
cd $(dirname $(readlink -f ${0}))/../;
git submodule update --init --recursive
)