Makes a start on dialer

This commit is contained in:
Jonathan Hodgson 2021-03-01 22:28:54 +00:00
parent d1b70aa4e8
commit 9a5646f49c
3 changed files with 147 additions and 0 deletions

View file

@ -130,4 +130,5 @@ echo "RECIPIENT: $number" >> $log
echo "TIME: $(date)" >> $log
echo "----" >> $log
cat "$FILE" >> $log
# I assume nobody will be sending me messages with null bytes in them
printf '\00\n' >> $log