Skip to content

Instantly share code, notes, and snippets.

@popurax
Created February 28, 2017 11:18
Show Gist options
  • Save popurax/dfc60e1c1d881bbaa1a8aac6c795a62f to your computer and use it in GitHub Desktop.
Save popurax/dfc60e1c1d881bbaa1a8aac6c795a62f to your computer and use it in GitHub Desktop.
ターミナルにHOGE乱舞
while true ; do echo -ne "\033[$[$RANDOM%10]A\033[$[$RANDOM%10]B\033[$[$RANDOM%10]C\033[$[$RANDOM%10]D\033[$[$RANDOM%9];$[$RANDOM%7+40];$[$RANDOM%7+90]m HOGE"; sleep 0.0001; done
@popurax
Copy link
Author

popurax commented Feb 28, 2017

コードは汚いわ、ターミナルは汚いわ、でもやめられない止まらない

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment