mirror of
https://github.com/lloeki/toolbelt.git
synced 2025-12-06 01:54:41 +01:00
2 lines
118 B
Bash
Executable file
2 lines
118 B
Bash
Executable file
#!/bin/zsh
|
|
while sleep 0.07; do printf "%-$(( ( RANDOM % $COLUMNS ) - 1))s\e[0;$(( 30 + ($RANDOM % 8) ))m♥\n"; done
|