Skip to content

Instantly share code, notes, and snippets.

@markjlorenz
Created September 5, 2015 22:58
Show Gist options
  • Save markjlorenz/abd0774f8935ac91d1b0 to your computer and use it in GitHub Desktop.
Save markjlorenz/abd0774f8935ac91d1b0 to your computer and use it in GitHub Desktop.
cycle text through some different colors
while true; do for i in 30 31 32 33 34 35 36; do echo -en '\033[1;'$i"m" "Hi Charlotte & Blaise"; sleep 0.1; done; echo -en '\033[1;0m'; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment