<20.10.23.00.10> i-wrote-me-a-little-phlog-script

This text is contained within a file with the name of the post, then i just
call this script with the filename as the only argument:


   #!/usr/bin/env bash

   test -f "$1" || exit 1

   {
       echo "Subject: $1"
       echo "To: [email protected]"
       echo "From: mcol <[email protected]>"
       echo ""
       cat $1
       echo ""
   } | msmtp -a personal -t


I have no idea if this will work though. I guess if you read this then it must
have worked.


[Fri Oct 23 02:10:40 2020] -- powered by smtpd(1)