This commit is contained in:
Loic Nageleisen 2014-01-09 19:29:24 +01:00
parent a733551864
commit a8d8b99f0f

2
hearts.sh Executable file
View 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