mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-07 13:31:34 +01:00
5 lines
83 B
Bash
5 lines
83 B
Bash
|
(
|
||
|
cd $(dirname $(readlink -f ${0}))/../;
|
||
|
git submodule update --init --recursive
|
||
|
)
|