From bc49c93b3ac7d66fff5f50f0e7f82bdf7a5999df Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Wed, 20 Sep 2023 21:06:02 +0800 Subject: [PATCH] Add tools --- tools/download.ps1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/download.ps1 diff --git a/tools/download.ps1 b/tools/download.ps1 new file mode 100644 index 0000000..564f0ed --- /dev/null +++ b/tools/download.ps1 @@ -0,0 +1,5 @@ +tmp +curl -LO https://github.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-windows.exe +curl -LO https://github.com/RubyMetric/chsrc/releases/download/preview/chsrc-x86-windows.exe +curl -LO https://github.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-linux +curl -LO https://github.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-macos