Skip to content

Instantly share code, notes, and snippets.

@greymd
Last active October 29, 2016 23:08
Show Gist options
  • Select an option

  • Save greymd/dd1ce0f42a4ca55276aa2d41fbbfe2f3 to your computer and use it in GitHub Desktop.

Select an option

Save greymd/dd1ce0f42a4ca55276aa2d41fbbfe2f3 to your computer and use it in GitHub Desktop.
25回シェル芸回答
$ 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