Skip to content

Instantly share code, notes, and snippets.

@a7r3
Created February 1, 2020 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a7r3/b75ba8e955a7e4b87be5cef2c5f2450b to your computer and use it in GitHub Desktop.
Save a7r3/b75ba8e955a7e4b87be5cef2c5f2450b to your computer and use it in GitHub Desktop.
Make your computer "bruh" at you
while true; do
random=$((1 + RANDOM % 8))
for ((i=0;i<$random;i++)); do
echo -en "\t"
done
echo -e "\033[1;3${random}mbruh\033[0m";
sleep 1;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment