bls_mods/update_all.sh
2019-08-02 05:09:13 +00:00

6 lines
130 B
Bash

#!/usr/bin/env bash
git pull
git submodule sync
git submodule update --recursive --init
git submodule update --recursive --remote