Skip to content

Commit aa47c89

Browse files
committed
show a frozen bear on vagrant suspend
1 parent bf12102 commit aa47c89

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

config/homebin/vagrant_suspend

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,19 @@ else
2424
then
2525
/srv/config/homebin/db_backup
2626
fi
27+
28+
RED="\033[38;5;9m"
29+
GREEN="\033[01;32m"
30+
BLUE="\033[38;5;4m"
31+
CYAN="\033[38;5;6m"
32+
CRESET="\033[0m"
33+
34+
echo -e " "
35+
echo -e "${CYAN}❄ ❄ brrrr ❄ ❅ ❄"
36+
echo -e "${CYAN} ❆ ▄▀▀▀▄▄▄▄▄❆▄▀▀▀▄ ❄ ❄ __ __ __❅__"
37+
echo -e "${CYAN} ✧█▒▒░░░░░░░░░▒▒█ Thanks for \ V\ V\ V /"
38+
echo -e "${CYAN}❄ █░░█░░░░░█░░█ ❅ using ❆ \_/\_/\_/"
39+
echo -e "${CYAN} ▄▄❆ █░░░▀█▀░░░█❆ ▄▄✧ ❅ ❄ ❅"
40+
echo -e "${CYAN}█░░█ ▀▄░░░░░░░▄▀ █░░█ Entering stasis! Run vagrant resume to thaw${CRESET}"
41+
echo -e "${CRESET}"
2742
fi

0 commit comments

Comments
 (0)