|
|
|
@ -1,9 +1,8 @@ |
|
|
|
|
(local json (require :dkjson)) |
|
|
|
|
(local { : view } (require :fennel)) |
|
|
|
|
(local sms (require :sms)) |
|
|
|
|
|
|
|
|
|
(local unistd (require :posix.unistd)) |
|
|
|
|
|
|
|
|
|
(local sms (require :sms)) |
|
|
|
|
|
|
|
|
|
(fn send-sms [body] |
|
|
|
|
(print :send-sms body) |
|
|
|
|
(sms.send "+447000123456" body) |
|
|
|
|