Files
hush3/kmd/linux/verus-cli/verus
2018-06-01 21:28:10 -07:00

8 lines
164 B
Bash

#!/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 "$@"