aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-harness')
-rwxr-xr-xpackages/taler-harness/bin/create_merchantAndBankAccount_pdf.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/taler-harness/bin/create_merchantAndBankAccount_pdf.sh b/packages/taler-harness/bin/create_merchantAndBankAccount_pdf.sh
index cd87c18c9..008791eff 100755
--- a/packages/taler-harness/bin/create_merchantAndBankAccount_pdf.sh
+++ b/packages/taler-harness/bin/create_merchantAndBankAccount_pdf.sh
@@ -1,7 +1,20 @@
#!/bin/bash
+# This file is in the public domain.
+
THIS_FILE=$(realpath "$0")
DIR=$(dirname "$THIS_FILE")
+# this script requires from debian packages
+# * jq
+# * sponge (from moreutils)
+# * wkhtmltopdf
+# * qrencode
+# * sponge:
+#
+# and from python pip packages
+#
+# * chevron
+
DATA=$(mktemp)
set -e