diff options
Diffstat (limited to 'tools/outro')
-rwxr-xr-x | tools/outro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/outro b/tools/outro index a144376..1a65348 100755 --- a/tools/outro +++ b/tools/outro @@ -56,6 +56,7 @@ for i in $URL ; do ./image_text $1 outro-$COUNT black " " ./fade $BASENAME-outro-$COUNT.png 1 black rm $BASENAME-outro-$COUNT.png + COUNT=`expr $COUNT + 1` ./image_text $1 outro-$COUNT black "$i" ./fade $BASENAME-outro-$COUNT.png 2 black |