Cleanup
This commit is contained in:
parent
2273e16908
commit
9d800da801
1 changed files with 0 additions and 13 deletions
13
generate.sh
13
generate.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue