Scripts CollectionUseful Scripts Collection
Actually it's just some 💩 I wrote
Actually it's just some 💩 I wrote
This is a collection of 💩 I wrote, but with a little practicality.
This project is a static documentation site built with VitePress, designed to showcase and manage various useful scripts (Shell / Python, etc.). The site supports multilingual switching (Chinese, English, Japanese) and provides a clear document structure with a user-friendly interface.
The site uses a clear directory structure:
docs/
├── index.md # Home page
├── scripts/ # Script documentation
│ ├── index.md # Script overview
│ └── *.md # Detailed documentation for each script
├── en/ # English documentation
│ ├── index.md
│ └── scripts/
└── ja/ # Japanese documentation
├── index.md
└── scripts/This site is available at multiple addresses:
Each script documentation page provides methods to obtain scripts from CNB and GitHub (supports Shell / Python, etc.):
# Get from CNB (Shell script example)
wget https://cnb.cool/SDCOM/shit/-/git/raw/main/script/kill_app.sh
# Get from CNB (Python script example)
wget https://cnb.cool/SDCOM/shit/-/git/raw/main/script/download_cbz_interactive.py
# Get from GitHub (Shell script example)
wget https://github.com/SDCOM-0415/shit/raw/refs/heads/main/script/kill_app.sh
# Get from GitHub (Python script example)
wget https://github.com/SDCOM-0415/shit/raw/refs/heads/main/script/download_cbz_interactive.pySDCOM