Add a windows batch file for hush-smart-chain

It would be nice to pass along all CLI params, not just the first 9,
since we may need more than that. We should also add copyright lines.
This commit is contained in:
Jonathan "Duke" Leto
2022-09-19 13:54:20 -07:00
parent 6845ec2087
commit da5bd906af

7
src/hush-smart-chain.bat Normal file
View File

@@ -0,0 +1,7 @@
@call :GET_CURRENT_DIR
@cd %THIS_DIR%
hushd %1 %2 %3 %4 %5 %6 %7 %8 %9
@goto :EOF
:GET_CURRENT_DIR
@pushd %~dp0