mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-25 13:12:22 +01:00
6 lines
95 B
Bash
6 lines
95 B
Bash
#!/bin/bash
|
|
(
|
|
cd $(dirname $(readlink -f ${0}))/../;
|
|
git submodule update --init --recursive
|
|
)
|