echo linux dengan urutan pelarian ANSI untuk perubahan warna output

echo -e '\033[1;37mWHITE'
echo -e '\033[0;30mBLACK'
echo -e '\033[0;31mRED'
echo -e '\033[0;34mBLUE'
echo -e '\033[0;32mGREEN'
Xerothermic Xenomorph