toolbelt/hearts
2014-01-23 14:15:00 +01:00

4 lines
125 B
Bash
Executable file

#!/bin/bash
while sleep 0.07; do
printf "%-$(( ( RANDOM % `tput cols` ) - 1))s\e[0;$(( 30 + ($RANDOM % 8) ))m♥\n"
done