2020-01-22 10:52:08 -07:00

8 lines
100 B
Bash
Executable File

#!/usr/bin/env bash
set -e
git pull
git submodule update --init --recursive --checkout
git status