hush-tx.bat for completeness

This commit is contained in:
Duke Leto
2021-06-29 11:42:34 -04:00
parent b314fd3b4a
commit cc2b28a604

14
src/hush-tx.bat Normal file
View File

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