This commit is contained in:
2025-03-23 20:51:29 +00:00
commit 6ffad7f22a
18 changed files with 258 additions and 0 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
set -x
clicksend sms send \
--to '+31655195180' \
--body "$*" \
--csuser 'ignace.suy@gmail.com' \
--cstoken 'BDAED8AF-29CF-F730-145F-0864C7D86813' >/tmp/clicksend.log 2>&1
sendAlertMail.sh "SMS sent to your phone: $*"