mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-18 19:09:20 +02:00
5 lines
83 B
Bash
5 lines
83 B
Bash
(
|
|
cd $(dirname $(readlink -f ${0}))/../;
|
|
git submodule update --init --recursive
|
|
)
|