Starts writing modem scripts

Currently, I only have one for sending sms messages.

Inspiration was taken from sxmo's send message script although I prefer
to send a message from a file so I don't have to worry about escaping
quotes etc.

Also, i make use of flags
This commit is contained in:
Jonathan Hodgson 2021-02-15 21:26:55 +00:00
parent fb93abe720
commit 271c253178
2 changed files with 140 additions and 0 deletions

7
bin/.bin/modem/README.md Normal file
View file

@ -0,0 +1,7 @@
# Modem Scripts
These are used to interface with a modem.
They require Modem Manager to be installed.
Much of the code came from the SXMO project