Move files to ex00 dir

This commit is contained in:
Timo Schmidt 2023-03-19 20:46:19 +01:00
parent 6aa4a7d469
commit 1bdc0fc767
17 changed files with 3 additions and 3 deletions

View File

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

3
ex00/demo.sh Executable file
View File

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

View File