piscine-rush00-ultra/demo.sh

4 lines
120 B
Bash
Executable File

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