mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 06:27:24 +01:00
7 lines
112 B
Bash
7 lines
112 B
Bash
|
(
|
||
|
cd $(dirname $(readlink -f ${0}));
|
||
|
bash ./submodule_sync.sh
|
||
|
bash ./build.sh
|
||
|
bash ./schema-update.sh
|
||
|
)
|