about summary refs log tree commit diff
path: root/tools/sendsms/README.org
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-21 17:51:27 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-21 17:51:27 -0800
commit3f3636dde60037110340cfdf466dd82a173555fe (patch)
tree2a993b146a8f9253a9ff8462f0a2660adfccf8f0 /tools/sendsms/README.org
parentref(fonts): switch back to source code pro (diff)
downloadworld-3f3636dde60037110340cfdf466dd82a173555fe.tar.gz
ref(tools/sendsms): it's been moved to its own repository
https://git.fcuny.net/fcuny/sendsms
Diffstat (limited to 'tools/sendsms/README.org')
-rw-r--r--tools/sendsms/README.org10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/sendsms/README.org b/tools/sendsms/README.org
deleted file mode 100644
index 755d086..0000000
--- a/tools/sendsms/README.org
+++ /dev/null
@@ -1,10 +0,0 @@
-#+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.