From 6b0bc3d0f51ee304d95e278feec57dc240cc8982 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 28 May 2018 04:37:01 -0400 Subject: [PATCH] Added update script for updating submodules --- update | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 update diff --git a/update b/update new file mode 100755 index 0000000..d3347ab --- /dev/null +++ b/update @@ -0,0 +1,4 @@ +#!/bin/bash + +git submodule update --recursive --remote +