blob: 755d0861d4c855e9a227783868a3dbc2ba5d361c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#+TITLE: sendsms
A CLI to send SMS via [[https://console.twilio.com][twilio's API]].
* Usage
The tool supports sub-commands, which are profiles with predefined messages.
For example, you can write a =systemd= unit that is triggered after a reboot to send an SMS with =sendsms reboot=. The SMS will contain the host's name and the IP of a predefined interface.
* Build
This can be build via =nix build .#tools.sendsms= from the root of the repository, or =cargo build= from inside the directory.
|