mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 14:27:28 +01:00
4 lines
99 B
Bash
4 lines
99 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$(readlink -f "${0}")")/../" &&
|
|
git submodule update --init --recursive
|