From de8b8419d37d83e639c769229737b70b83d25969 Mon Sep 17 00:00:00 2001 From: Mike Lewis <76072290+mikeCRL@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:23:44 -0500 Subject: [PATCH] Remove unused Git script --- update.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 update.sh diff --git a/update.sh b/update.sh deleted file mode 100755 index d22413f0073..00000000000 --- a/update.sh +++ /dev/null @@ -1,6 +0,0 @@ -# this file is for convenience in updating this content in Github pages - -git add --all -git status -git commit -m "content updates" -git push \ No newline at end of file