From ba5e6aa77a45a898935fa49b5fc25f611e8790b8 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 19 Jan 2022 15:17:32 -0300 Subject: [PATCH] Add update.sh --- scripts/update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/update.sh diff --git a/scripts/update.sh b/scripts/update.sh new file mode 100644 index 0000000..2a37a69 --- /dev/null +++ b/scripts/update.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +git submodule foreach git pull