rm temp html files

This commit is contained in:
uni@bor.mac 2024-10-09 00:14:01 +02:00
parent e23d470b9a
commit 9b0fb4b8ea

View File

@ -44,3 +44,4 @@ $SED_CMD 's@</h2>@}@' ${BASENAME}.html
$SED_CMD "s@@'@g" ${BASENAME}.html
mv ${BASENAME}.html ${BASENAME}.tex
cat ${BASENAME}.tex && rm ${BASENAME}.tex
if [[ -f ${BASENAME}.html\'\' ]] ; then rm ${BASENAME}.html\'\' ; fi