Made more changes

This commit is contained in:
Scott C. MacCallum 2023-11-24 19:04:25 +00:00
parent 946e998b2c
commit 8c59837d97

View File

@ -23,18 +23,6 @@ letter="s"
letter_range="ns"
year=$(date '+%Y')
month=$(date '+%m')
one=1
last_month=$(($month - $one))
# year()
# {
# }
# month()
# {
# }
finger()
{
@ -182,10 +170,14 @@ gemini()
scp /sdf/arpa/$letter_range/$letter/$USER/gemini/$month-e02 $USER@ma.sdf.org:/meta/gemini/$USER/posts/$year/$month.gmi
}
#year
#month
ma()
{
mosh scm@ma.sdf.org sh /meta/s/scm/html-to-other/ma-to-other.sh
}
finger
gopher
gemini
ma
exit 0