mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-13 04:02:18 -04:00
super fun things
This commit is contained in:
parent
25bde951c7
commit
c9e0ddef88
3 changed files with 3 additions and 0 deletions
1
shell_scripts/super_fun/let_it_snow.sh
Normal file
1
shell_scripts/super_fun/let_it_snow.sh
Normal file
|
@ -0,0 +1 @@
|
|||
clear;while :;do echo $LINES $COLUMNS $(($RANDOM%$COLUMNS));sleep 0.1;done|gawk '{a[$3]=0;for(x in a) {o=a[x];a[x]=a[x]+1;printf "\033[%s;%sH ",o,x;printf "\033[%s;%sH*\033[0;0H",a[x],x;}}'
|
Loading…
Add table
Add a link
Reference in a new issue