From 36bd4c7ba4ef28085ad33eabd00007f496c1885c Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Fri, 14 Aug 2026 10:59:30 -0500 Subject: [PATCH] add git pull to rebuild command --- rebuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rebuild.sh b/rebuild.sh index 906d1a0..b3f35f1 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +git pull + if [ -z "$1" ] then h="$(hostname -s)"