gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: -simple test script


From: gnunet
Subject: [taler-anastasis] branch master updated: -simple test script
Date: Mon, 26 Dec 2022 17:44:34 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 333dfe9  -simple test script
333dfe9 is described below

commit 333dfe91630f5b7d4afde94f53e77720539fe4c7
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Dec 26 17:44:28 2022 +0100

    -simple test script
---
 src/authorization/test-post.sh | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/authorization/test-post.sh b/src/authorization/test-post.sh
new file mode 100755
index 0000000..8e82af4
--- /dev/null
+++ b/src/authorization/test-post.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+# This file is in the public domain.
+set -eu
+ADDR=`jq -n '{
+        full_name: "John Doe",
+        street: "Bar street 3",
+        city: "Wuppertal",
+        postcode: 42289,
+        country: "Deutschland",
+    }'`
+
+echo "Your recovery code is 1234" | ./anastasis-authorization-post.sh "$ADDR"

-- 
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]