💄 Added icon to farewell message
This commit is contained in:
parent
b8171154f3
commit
b11c236b08
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ function bgit() {
|
||||||
for ((i = 0; i < numrepos; i++)) ; do
|
for ((i = 0; i < numrepos; i++)) ; do
|
||||||
git push --force ${remotearray[i]} > /dev/null 2>&1;
|
git push --force ${remotearray[i]} > /dev/null 2>&1;
|
||||||
done
|
done
|
||||||
echo "${txtblue}bgit script has completed! goodbye!${txtwhite}"
|
echo "${txtblue} bgit script has completed! goodbye!${txtwhite}"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
elif [[ $change == "n" || $change == "no" ]] ; then
|
elif [[ $change == "n" || $change == "no" ]] ; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue