From da5bd906af9dcf98750603747c844cd9062b3140 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 19 Sep 2022 13:54:20 -0700 Subject: [PATCH] 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. --- src/hush-smart-chain.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/hush-smart-chain.bat diff --git a/src/hush-smart-chain.bat b/src/hush-smart-chain.bat new file mode 100644 index 000000000..dcbc64ebb --- /dev/null +++ b/src/hush-smart-chain.bat @@ -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