mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-06-05 05:31:56 -04:00
Add a couple of cool things
This commit is contained in:
parent
ba37a20b2c
commit
98bd1fe12f
16 changed files with 439 additions and 0 deletions
1
shell_scripts/funny/let_it_snow.sh
Normal file
1
shell_scripts/funny/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