8 lines
170 B
Bash
8 lines
170 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=VERUSTEST "$@"
|