firmware-open/scripts/update.sh

8 lines
100 B
Bash
Raw Permalink Normal View History

2020-01-22 10:52:08 -07:00
#!/usr/bin/env bash
set -e
git pull
git submodule update --init --recursive --checkout
git status