$ yes "$(seq 232 255;seq 254 -1 233)" | while read i; do printf "\x1b[48;5;${i}m\n"; sleep .01; done
(by frans0023)
by David Winterbottom (codeinthehole.com)
$ yes "$(seq 232 255;seq 254 -1 233)" | while read i; do printf "\x1b[48;5;${i}m\n"; sleep .01; done
by David Winterbottom (codeinthehole.com)
0sem comentários ainda