Yatopia/scripts/initUpstream.sh
Ivan Pekov 6866737d61
Cleanup scripts
Also added a few more commands and a new script.
2020-09-02 12:45:06 +03:00

5 lines
110 B
Bash

#!/usr/bin/env bash
cd $1
git submodule update --init -f
cd Tuinity
git submodule update --init --recursive -f