Script Documentation
This contains detailed documentation for all scripts, including purpose, usage, and examples.
Available Scripts
- kill_app.sh - A script to quickly terminate Linux system programs
- linux_limit.sh - Directory size limit related script
- get_ip.sh - A script to get local IP address in termux
- uninstall_docker.sh - Docker uninstall script
- disable_docker.sh - Completely disable Docker and prevent reinstallation
- enable_docker.sh - Re-enable Docker
- fix_env.sh - Permanently fix environment variables to shell configuration files
- upload_to_box.sh - Script to upload files to file courier
- port_forward.sh - IPsec VPN port forwarding management tool
- download_cbz_interactive.py - cloudme.one manga chapter download tool
- cbz2pdf.py - CBZ comic archive to PDF conversion tool
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.shPython 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.pyPlease 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