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