mirror of
https://github.com/lloeki/toolbelt.git
synced 2025-12-06 01:54:41 +01:00
hearts in bash
This commit is contained in:
parent
fd27f9a3ad
commit
7e1bb4b033
2 changed files with 4 additions and 2 deletions
4
hearts
Executable file
4
hearts
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
while sleep 0.07; do
|
||||
printf "%-$(( ( RANDOM % `tput cols` ) - 1))s\e[0;$(( 30 + ($RANDOM % 8) ))m♥\n"
|
||||
done
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
#!/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