Created
February 14, 2017 00:16
-
-
Save aaam/b4834f2fd1fe40ca4b2c236bd6e5bcfe to your computer and use it in GitHub Desktop.
Warm up monitors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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