Hacker News new | ask | show | jobs
by aolol 4944 days ago
Watch it character-by-character in bash:

while true; do c=(╱ ╲);printf ${c[RANDOM%2]}; sleep .0001; done