# XXT **Repository Path**: daniel_gitee7/XXT ## Basic Information - **Project Name**: XXT - **Description**: lua - **Primary Language**: Lua - **License**: Not specified - **Default Branch**: admin - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-20 - **Last Updated**: 2026-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XXT ##一、 编译打包 ```bash make build ``` 打包文件是`script.tar.gz` ##二、 清理文件 ```bash make clean ``` ##三、 运行脚本 ```bash make run ``` ##四、 目录结构 ```bash |-conf 配置文件 |-go go主程序目录 |-Lua lua主程序目录 | main.go go主入口文件 ```