Fixing verus shell script to change to its current directory upon call.

This commit is contained in:
Asher Dawes
2018-10-21 11:07:13 -07:00
parent b8a246d313
commit 892448889d

View File

@@ -1,2 +1,5 @@
#!/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 "$@"