- install lolcat
- with the following command for ubuntu
sudo apt install lolcat
- then can print a string a hundred times with some color
for i in {0..10}; do echo "this is awesome and great"; done | lolcat
- it will look something like this
- more elaborate things to do