Adding website to other

This commit is contained in:
Scott C. MacCallum 2023-02-12 18:03:50 +00:00
parent f0e8d96f8c
commit 9a54591b08
1 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@ file=$(date +"%Y-%m")
wget -O /sdf/arpa/ns/s/scm/index.html https://scm.sdf.org
html2text -o /sdf/arpa/ns/s/scm/$file -ascii -style pretty index.html
html2text -o /sdf/arpa/ns/s/scm/$file -ascii -style pretty /sdf/arpa/ns/s/scm/index.html
cat /sdf/arpa/ns/s/scm/$file > .plan
@ -12,6 +12,4 @@ mv /sdf/arpa/ns/s/scm/$file /sdf/arpa/ns/s/scm/gopher
chmod 754 /sdf/arpa/ns/s/scm/gopher/$file
rm /sdf/arpa/ns/s/scm/index.html
exit 0