Add a script for updating submodules, make README nicer

This commit is contained in:
2021-01-19 02:16:17 -06:00
parent deb6ad1c87
commit 967ffe1310
2 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#! /bin/sh
git submodule update --recursive --remote --init
git submodule -q foreach 'git checkout -q master && git pull'
git status