mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-26 05:02:46 +00:00
Move to `bin`
This commit is contained in:
parent
2c2befd950
commit
88558af591
|
|
@ -1,19 +1,19 @@
|
|||
# ---------------------------------------------------------------
|
||||
# File Name : run.ps1
|
||||
# File Name : rawstr4c.ps1
|
||||
# File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
# Contributors : Nul None <nul@none.org>
|
||||
# Created On : <2025-07-12>
|
||||
# Last Modified : <2025-07-13>
|
||||
#
|
||||
# Run rawstr4c script
|
||||
# Run rawstr4c.raku script
|
||||
#
|
||||
# Usage:
|
||||
#
|
||||
# 用户必须在代码根目录中运行此文件
|
||||
#
|
||||
# .\rawstr4c\run.ps1 [--debug] <Markdown.md>
|
||||
# .\rawstr4c\bin\rawstr4c.ps1 [--debug] <Markdown.md>
|
||||
#
|
||||
# .\rawstr4c\run.ps1 [--debug] <Dir>
|
||||
# .\rawstr4c\bin\rawstr4c.ps1 [--debug] <Dir>
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
# -I 选项必须在文件前面
|
||||
Loading…
Reference in New Issue