mirror of
https://github.com/lloeki/toolbelt.git
synced 2025-12-06 01:54:41 +01:00
hearts
This commit is contained in:
parent
a733551864
commit
a8d8b99f0f
1 changed files with 2 additions and 0 deletions
2
hearts.sh
Executable file
2
hearts.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/zsh
|
||||
while sleep 0.07; do printf "%-$(( ( RANDOM % $COLUMNS ) - 1))s\e[0;$(( 30 + ($RANDOM % 8) ))m♥\n"; done
|
||||
Loading…
Add table
Add a link
Reference in a new issue