Rename things to verus-cli

This commit is contained in:
David Dawes
2018-06-01 21:28:10 -07:00
parent de99c75cb2
commit 7881b9449a
9 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
@call :GET_CURRENT_DIR
@cd %THIS_DIR%
komodo-cli.exe -ac_name=VRSC %1 %2 %3 %4 %5 %6 %7 %8 %9
@goto :EOF
@:GET_CURRENT_DIR
@pushd %~dp0
@set THIS_DIR=%CD%
@popd
@goto :EOF