From 88558af591e21c70e789699a19e698a52295d57d Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sun, 13 Jul 2025 19:16:52 +0800 Subject: [PATCH] Move to `bin` --- rawstr4c/{run.ps1 => bin/rawstr4c.ps1} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename rawstr4c/{run.ps1 => bin/rawstr4c.ps1} (72%) diff --git a/rawstr4c/run.ps1 b/rawstr4c/bin/rawstr4c.ps1 similarity index 72% rename from rawstr4c/run.ps1 rename to rawstr4c/bin/rawstr4c.ps1 index 5373e67..f16d146 100644 --- a/rawstr4c/run.ps1 +++ b/rawstr4c/bin/rawstr4c.ps1 @@ -1,19 +1,19 @@ # --------------------------------------------------------------- -# File Name : run.ps1 +# File Name : rawstr4c.ps1 # File Authors : Aoran Zeng # Contributors : Nul None # Created On : <2025-07-12> # Last Modified : <2025-07-13> # -# Run rawstr4c script +# Run rawstr4c.raku script # # Usage: # # 用户必须在代码根目录中运行此文件 # -# .\rawstr4c\run.ps1 [--debug] +# .\rawstr4c\bin\rawstr4c.ps1 [--debug] # -# .\rawstr4c\run.ps1 [--debug] +# .\rawstr4c\bin\rawstr4c.ps1 [--debug] # --------------------------------------------------------------- # -I 选项必须在文件前面