Delete incorrectly located CLI bash file

This commit is contained in:
miketout
2018-10-27 14:53:53 -07:00
parent 45bb468139
commit 8546284349

View File

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