I'm retarded

Let's put the block in the right place this time.
This commit is contained in:
Salt 2017-08-07 18:28:51 -05:00
parent 0c0e646d10
commit 07deffc25c

View File

@ -34,9 +34,9 @@ for((bg=40;bg<=47;bg++)); do
echo -en "\033[0m"" ESC[${bg}m | "
for((fg=30;fg<=37;fg++)); do
if [ $bold == "0" ]; then
echo -en "\033[${bg}m\033[${fg}m [${fg}m "
echo -en "\033[${bg}m\033[${fg}m [${fg}m "
else
echo -en "\033[${bg}m\033[1;${fg}m [1;${fg}m"
echo -en "\033[${bg}m\033[1;${fg}m [1;${fg}m"
fi
done
echo -e "\033[0m"