tigris_game_mods/update.sh

4 lines
111 B
Bash
Executable File

# Simple update script, will pull all submodules recursively.
git pull
git submodule update --init --recursive