Manny changes
This commit is contained in:
parent
5a17c30304
commit
750398bf3c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user