Skip to content

脚本文档

这里包含了所有脚本的详细文档,包括用途、使用方法和示例。

可用脚本

如何使用这些脚本

脚本类型不同,运行方式也不同:

Shell 脚本(.sh)

bash
# CNB
wget https://cnb.cool/SDCOM/shit/-/git/raw/main/script/script_name.sh && sudo chmod +x ./script_name.sh && sudo ./script_name.sh

# Github
wget https://github.com/SDCOM-0415/shit/raw/refs/heads/main/script/script_name.sh && sudo chmod +x ./script_name.sh && sudo ./script_name.sh

Python 脚本(.py)

bash
# CNB
wget https://cnb.cool/SDCOM/shit/-/git/raw/main/script/script_name.py && python script_name.py

# Github
wget https://github.com/SDCOM-0415/shit/raw/refs/heads/main/script/script_name.py && python script_name.py

具体的使用方法和参数请参考各个脚本的详细文档。

项目仓库

CNB:https://cnb.cool/SDCOM/shit/

Github:https://github.com/SDCOM-0415/shit/

© 作者

SDCOM

文档支持多语言