Add demo.sh script to show an animation

This commit is contained in:
Timo Schmidt 2023-03-19 03:55:08 +01:00
parent c3f23a99bf
commit 6aa4a7d469
1 changed files with 3 additions and 0 deletions

3
demo.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
for height in $(seq $(( $(tput lines) - 2 ))); do clear; rush03 $(( height * 2 )) ${height}; sleep .02; done