add a script to udpate submodules

rewrite-it-in-rust
Brian Hicks 2021-03-10 08:09:56 -06:00
parent 1f00781762
commit f686f3e79a
1 changed files with 4 additions and 0 deletions

4
scripts/update-submodules.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
git submodule foreach git pull