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:
7
src/hush-smart-chain.bat
Normal file
7
src/hush-smart-chain.bat
Normal 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
|
||||
Reference in New Issue
Block a user