More changes

This commit is contained in:
Scott C. MacCallum 2025-02-19 18:22:37 +00:00
parent 3abe60849d
commit a591a3be00

View File

@ -38,7 +38,7 @@ cat $WebDir/index.html-02 | col -b -x > $WebDir/index.html-03
sed '1,7d' $WebDir/index.html-03 > $WebDir/index.html-04
# Write the show title to a new index.html text file
cat $HOME/SCM-Show.txt > $WebDir/index.html-05
cat $HOME/SCM.txt > $WebDir/index.html-05
# Append the previous index.html text file to the new index.html text file
cat $WebDir/index.html-04 >> $WebDir/index.html-05