Automating kmd-cli tool packaging.

This commit is contained in:
Asher Dawes
2018-06-01 12:07:07 -07:00
parent 726cc3a386
commit 254ec2c596
8 changed files with 24 additions and 29 deletions

7
kmd/linux/kmd-cli/verus Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
#set working directory to the location of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
./komodo-cli -ac_name=VRSC "$@"