Add hush-cli-testnet

This commit is contained in:
Jonathan "Duke" Leto
2019-04-13 09:12:50 -07:00
parent 034003c8d6
commit d5f46f25eb

11
src/hush-cli-testnet Normal file
View File

@@ -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 "$@"