From d5f46f25eb6bb59f9e9d63589ba5a2e7b4658ba6 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Sat, 13 Apr 2019 09:12:50 -0700 Subject: [PATCH] Add hush-cli-testnet --- src/hush-cli-testnet | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/hush-cli-testnet diff --git a/src/hush-cli-testnet b/src/hush-cli-testnet new file mode 100644 index 000000000..2a80102f4 --- /dev/null +++ b/src/hush-cli-testnet @@ -0,0 +1,11 @@ +#!/bin/bash +# Copyright (c) 2019 Hush developers + +# set working directory to the location of this script +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +cd $DIR + +NAME=HUSHT7 + +CLI=${KOMODOCLI:-./komodo-cli} +$CLI -ac_name=$NAME "$@"