From 2ee105cb5d74181ff26af8e4ed1e0629ca538bbf Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Thu, 13 Feb 2025 20:38:45 +0000 Subject: [PATCH] Many changes --- cleanup.sh | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/cleanup.sh b/cleanup.sh index b53ee3d..963199e 100755 --- a/cleanup.sh +++ b/cleanup.sh @@ -20,12 +20,21 @@ # a group that is the same as their login name, which works well if you only # want your user to be informed on the console. -WebDir="/sdf/arpa/ns/s/scm/html/text" +WebDir="/sdf/arpa/ns/s/scm/html" +TextWebDir="/sdf/arpa/ns/s/scm/html/text" -rm $WebDir/index.html-01 -rm $WebDir/index.html-02 -rm $WebDir/index.html-03 -rm $WebDir/index.html-04 -rm $WebDir/index.html-05 +rm $WebDir/index.html~ + +rm $TextWebDir/index.html~ +rm $TextWebDir/index.html-01 +rm $TextWebDir/index.html-02 +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