This commit is contained in:
Mark Janssen 2024-11-06 19:43:59 +01:00
parent 2273e16908
commit 9d800da801
No known key found for this signature in database
GPG key ID: D8674D8FC4F69BD2

View file

@ -67,19 +67,6 @@ do
done
echo "Add title sequence"
# Find longest title
TL1=${#TITLE1}
TL2=${#TITLE2}
TL3=${#TITLE3}
if [ $TL1 > $TL2 ]; then
TLEN=$TL1
else
TLEN=$TL2
fi
if [ $TL3 > $TLEN ]; then
TLEN=$TL3
fi
# With speakername, not add the title, 1 char (per line) at a time
for i in `seq 0 40`
do