mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-27 19:19:35 +08:00
33 lines
907 B
Markdown
33 lines
907 B
Markdown
<!-- -----------------------------------------------------------
|
||
! SPDX-License-Identifier: GFDL-1.3-or-later
|
||
! -------------------------------------------------------------
|
||
! Doc Type : Markdown
|
||
! Doc Name : (Tools Introduction).md
|
||
! Doc Authors : Aoran Zeng <ccmywish@qq.com>
|
||
! | xuan <wick.dynex@qq.com>
|
||
! Contributors : ChatGPT <https://chatgpt.com>
|
||
! |
|
||
! Created On : <2024-10-25>
|
||
! Last Modified : <2025-07-21>
|
||
!
|
||
! tool 目录说明
|
||
! ---------------------------------------------------------- -->
|
||
|
||
# 工具说明
|
||
|
||
1. `installer.sh`
|
||
|
||
Bash 编写的一键安装工具
|
||
|
||
2. `installer.ps1`
|
||
|
||
PowerShell 编写的一键安装工具
|
||
|
||
3. `rawstr4c`
|
||
|
||
C语言字符串生成工具,这是寄宿在 `chsrc` 项目仓库下的一个完整子项目
|
||
|
||
4. `download-pre-on-GitHub.ps1`
|
||
|
||
从 GitHub `pre` release 上下载所有附件
|