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