Add hush convenience scripts

This commit is contained in:
Jonathan "Duke" Leto
2019-07-12 10:28:01 -07:00
parent 3806409294
commit f0398720dd
2 changed files with 63 additions and 0 deletions

11
src/hush-cli Executable 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=HUSH3
CLI=${KOMODOCLI:-./komodo-cli}
$CLI -ac_name=$NAME "$@"