mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-05 10:23:15 +01:00
6866737d61
Also added a few more commands and a new script.
5 lines
110 B
Bash
5 lines
110 B
Bash
#!/usr/bin/env bash
|
|
cd $1
|
|
git submodule update --init -f
|
|
cd Tuinity
|
|
git submodule update --init --recursive -f |