Last active
October 29, 2016 23:08
-
-
Save greymd/dd1ce0f42a4ca55276aa2d41fbbfe2f3 to your computer and use it in GitHub Desktop.
25回シェル芸回答
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
| $ seq 1 100 | awk 'BEGIN{a="*"}{print a;a=a"*";system("sleep 1")}' | stdbuf -oL sed 's/...../#####/g' | xargs -I@ echo -ne @"\r" | |
| $ seq 1 10 360 |awk '{print int(sin($0*3.14/180)*10)+10}'|perl -nle 'printf "_ " x $_."*"; print " _" x (20 - $_)'|rs -T|tr _ ' ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment