mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-05 20:41:34 +01:00
6 lines
115 B
Bash
6 lines
115 B
Bash
(
|
|
cd $(dirname $(readlink -f ${0}))/../;
|
|
git submodule sync;
|
|
git submodule foreach git pull origin master;
|
|
)
|