Manny changes

This commit is contained in:
Scott C. MacCallum 2025-02-19 16:55:51 +00:00
parent 5a17c30304
commit 750398bf3c

View File

@ -1,5 +1,10 @@
#!/usr/pkg/bin/bash
# cleanup.sh
# This script is part of the website-to-other project, which converts my
# website to other formats. It removes file created during the conversion
# process.
# Copyright (c) 2024, 2025, Scott C. MacCallum (scm@sdf.org).
# This program is free software: you can redistribute it and/or modify
@ -32,9 +37,6 @@ rm $TextWebDir/index.html-03
rm $TextWebDir/index.html-04
rm $TextWebDir/index.html-05
rm $TextWebDir/index.html-06
rm $TextWebDir/index.html-07
rm $TextWebDir/index.html-08
rm $TextWebDir/index.html-09
rm $TextWebDir/index.html.old
exit 0