self-update title newline
This commit is contained in:
parent
e9c27d7800
commit
2be7b0c5a6
@ -3,7 +3,8 @@
|
||||
args=("$@")
|
||||
self_update() {
|
||||
git fetch &> /dev/null
|
||||
echo "🅂 🄴 🄻 🄵 🅄 🄿 🄳 🄰 🅃 🄴"
|
||||
echo "🅂 🄴 🄻 🄵"
|
||||
echo "🅄 🄿 🄳 🄰 🅃 🄴"
|
||||
if git diff --name-only origin/main | grep -qs ".sh" ; then
|
||||
echo "Found a new version of HeavyScript, updating myself..."
|
||||
git reset --hard -q
|
||||
|
Loading…
Reference in New Issue
Block a user