aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_txt_lookup.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-25 10:57:45 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-25 10:58:10 +0200
commit70b9b7a3845340c2ea67c115fd81215dee59e870 (patch)
treea81016fa5fab3e4ce212022d7d9e256c038cd6eb /src/gns/test_gns_txt_lookup.sh
parent9b52c9179b935f3afbf7119e37af2bf6685efa20 (diff)
downloadgnunet-70b9b7a3845340c2ea67c115fd81215dee59e870.tar.gz
gnunet-70b9b7a3845340c2ea67c115fd81215dee59e870.zip
clarify license of test scripts
Diffstat (limited to 'src/gns/test_gns_txt_lookup.sh')
-rwxr-xr-xsrc/gns/test_gns_txt_lookup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/test_gns_txt_lookup.sh b/src/gns/test_gns_txt_lookup.sh
index ce9b9e806..6c6b4b3f6 100755
--- a/src/gns/test_gns_txt_lookup.sh
+++ b/src/gns/test_gns_txt_lookup.sh
@@ -1,4 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2# This file is in the public domain.
2trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT 3trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
3 4
4LOCATION=$(which gnunet-config) 5LOCATION=$(which gnunet-config)