terminology/tools/banner.sh

5 lines
55 B
Bash
Executable File

#!/bin/sh
for i in $(seq 1 $1); do
banner $i;
done