Move files to ex00 dir
This commit is contained in:
parent
6aa4a7d469
commit
1bdc0fc767
3
demo.sh
3
demo.sh
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
for height in $(seq $(( $(tput lines) - 2 ))); do clear; rush03 $(( height * 2 )) ${height}; sleep .02; done
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
for height in $(seq $(( $(tput lines) - 2 ))); do clear; rush01 $(( height * 2 )) ${height}; sleep .01; done
|
Loading…
Reference in New Issue