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