Skip to content

Instantly share code, notes, and snippets.

@aaam
Created February 14, 2017 00:16
Show Gist options
  • Save aaam/b4834f2fd1fe40ca4b2c236bd6e5bcfe to your computer and use it in GitHub Desktop.
Save aaam/b4834f2fd1fe40ca4b2c236bd6e5bcfe to your computer and use it in GitHub Desktop.
Warm up monitors
for j in `seq 45`;do for i in `seq 40 1 47`;do echo -e "\e[${i}m\e[2J\e[1;1H";sleep 5;done;echo -e "\e[0m \e[2J";done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment