Skip to content

Instantly share code, notes, and snippets.

@goozbach
Created September 26, 2014 19:21
Show Gist options
  • Save goozbach/db7bd4fd0a04962dec8d to your computer and use it in GitHub Desktop.
Save goozbach/db7bd4fd0a04962dec8d to your computer and use it in GitHub Desktop.
while : ; do let "surprise = $RANDOM % 9"; [[ $surprise -eq 0 ]] && echo -e -n "\033[0;31m"; for i in r e d r u m ; do echo -n $i ; sleep .${RANDOM: -2}; done; echo -e -n "\013\033[0;39m"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment