add tools/banner.sh to help debug miniview

This commit is contained in:
Boris Faure 2014-04-27 22:39:47 +02:00
parent f96ef2f240
commit cd7ae3ac85
1 changed files with 4 additions and 0 deletions

4
tools/banner.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
for i in $(seq 1 $1); do
banner $i;
done