gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: add dummy sms script


From: gnunet
Subject: [taler-anastasis] branch master updated: add dummy sms script
Date: Fri, 15 Jan 2021 10:00:07 +0100

This is an automated email from the git hooks/post-receive script.

ds-meister pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 77b9b12  add dummy sms script
77b9b12 is described below

commit 77b9b12cdeaa9bc565a82299125b8a617890a362
Author: Dominik Meister <dominik.meister@hotmail.ch>
AuthorDate: Fri Jan 15 09:59:48 2021 +0100

    add dummy sms script
---
 src/lib/sms_authentication.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/lib/sms_authentication.sh b/src/lib/sms_authentication.sh
new file mode 100755
index 0000000..4d41c12
--- /dev/null
+++ b/src/lib/sms_authentication.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+curl -X "POST" "https://rest.nexmo.com/sms/json"; \
+     -d "from=Vonage APIs" \
+     -d "text=$1" \
+     -d "to=$2" \
+     -d "api_key=dummy" \
+     -d "api_secret=dummy"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]