From 798949c93e841117a02075adda14990f9e597cf6 Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Tue, 28 Feb 2023 20:54:12 +0000 Subject: [PATCH] Slight changes --- ma-to-other.sh | 4 +--- setup.sh | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ma-to-other.sh b/ma-to-other.sh index 0d0546a..949fc6a 100755 --- a/ma-to-other.sh +++ b/ma-to-other.sh @@ -1,10 +1,8 @@ #!/usr/bin/bash # ma-to-other.sh -# Converts an index and posts HTML file to forms suitable for Finger, Gopher -# and Gemini and writes them to their proper locations. # Copyright (C) 2023 Scott C. MacCallum -# $USER@sdf.org +# scm@sdf.org # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/setup.sh b/setup.sh index 0679386..9c0abf6 100644 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,6 @@ #!/usr/pkg/bin/bash # setup.sh -# Makes the directories for cluster-to-other.sh to write to. # Copyright (C) 2023 Scott C. MacCallum # scm@sdf.org