Makes a start on dialer
This commit is contained in:
parent
d1b70aa4e8
commit
9a5646f49c
3 changed files with 147 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue