terminology/tools/banner.sh

5 lines
55 B
Bash
Raw Normal View History

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