Add hush-cli-testnet
This commit is contained in:
11
src/hush-cli-testnet
Normal file
11
src/hush-cli-testnet
Normal 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 "$@"
|
||||
Reference in New Issue
Block a user