Add hush-cli wrapper

This commit is contained in:
Jonathan "Duke" Leto
2019-03-09 07:13:28 -08:00
parent 848477e398
commit c04ef8eedf

10
src/hush-cli Executable file
View File

@@ -0,0 +1,10 @@
#!/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=HUSHT
./komodo-cli -ac_name=$NAME "$@"