mirror of
https://github.com/m1ngsama/automa.git
synced 2026-03-26 02:33:50 +00:00
Standardize shebang to #!/usr/bin/env bash Add descriptive headers to all scripts Make all scripts executable Consistent with Unix best practices: - Portable shebang usage - Self-documenting code - Proper file permissions |
||
|---|---|---|
| .. | ||
| automatic | ||
| mods | ||
| README.md | ||
# Structure
minecraft/
├── automatic/
│ ├── deploy.sh # 主部署脚本
│ ├── download-mods.sh # 下载 mods 脚本
│ ├── logger.sh # 日志模块
│ ├── requirements.txt # mods 列表
│ └── server.properties # 服务器配置
└── mods/ # 下载的 mods(由脚本管理)