💄 Added icon to farewell message

This commit is contained in:
z3rOR0ne 2022-09-08 03:22:44 -07:00
parent b8171154f3
commit b11c236b08

View file

@ -137,7 +137,7 @@ function bgit() {
for ((i = 0; i < numrepos; i++)) ; do
git push --force ${remotearray[i]} > /dev/null 2>&1;
done
echo "${txtblue}bgit script has completed! goodbye!${txtwhite}"
echo "${txtblue}bgit script has completed! goodbye!${txtwhite}"
exit 0
elif [[ $change == "n" || $change == "no" ]] ; then