From b0c7cb88509229318b632b9b0fd8fda27d5f74ca Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Thu, 28 Jul 2022 13:55:35 -0600 Subject: [PATCH] More Titles --- functions/self_update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/self_update.sh b/functions/self_update.sh index fac45a1e..690d2516 100644 --- a/functions/self_update.sh +++ b/functions/self_update.sh @@ -3,6 +3,7 @@ args=("$@") self_update() { git fetch &> /dev/null +echo "🅂 🄴 🄻 🄵 🅄 🄿 🄳 🄰 🅃 🄴 :" # TODO: change beta to main once testing is complete if git diff --name-only origin/beta | grep -qs ".sh" ; then echo "Found a new version of HeavyScript, updating myself..."