diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-06-01 19:41:58 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-06-01 19:41:58 +0000 |
commit | 599fdbabddfa5c2047fd28e341ccdfdc6353d06b (patch) | |
tree | 455db7204f3d8aad5616a7e2b3ad9d6f4534a341 | |
parent | 637117bad33e0dc9bba39ced292c8ed59675d085 (diff) |
-adding GNS fcfs import script
-rw-r--r-- | contrib/Makefile.am | 3 | ||||
-rwxr-xr-x | contrib/gnunet-gns-import.sh | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 85e52b02c5..5cef063dde 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -16,6 +16,9 @@ noinst_SCRIPTS = \ gnunet_pyexpect.py \ gnunet_janitor.py +bin_SCRIPTS = \ + gnunet-gns-import.sh + dist_pkgdata_DATA = \ gnunet-logo-color.png \ testing_hostkeys.dat diff --git a/contrib/gnunet-gns-import.sh b/contrib/gnunet-gns-import.sh new file mode 100755 index 0000000000..82d7cda6d0 --- /dev/null +++ b/contrib/gnunet-gns-import.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# This shell-script will import some GNS authorities into your GNS +# namestore. +gnunet-namestore -a -e never -n fcfs -p -t PKEY -V 72QC35CO20UJN1E91KPJFNT9TG4CLKAPB4VK9S3Q758S9MLBRKOG |