Skip to content

Script Documentation

This contains detailed documentation for all scripts, including purpose, usage, and examples.

Available Scripts

How to Use These Scripts

Script types differ, and so do the ways to run them:

Shell Scripts (.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 Scripts (.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

Please refer to the detailed documentation for each script for specific usage and parameters.

Project Repository

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

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

© Author

SDCOM

文档支持多语言