# dayend **Repository Path**: hatsusakana/dayend ## Basic Information - **Project Name**: dayend - **Description**: No description available - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-11-05 - **Last Updated**: 2022-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dayend 日结定时程序 hatsusakana@gmail.com 配置文件格式 ``` year month day hour min wday|type|cmd * * * * * *|1|test.exe #每分钟执行一次 * * * * * *|1|./test #每分钟执行一次 2020 3 4 11 0 0|1|./test #2020/3/4 11:0 周日 执行一次 ``` type说明 ``` 1 后台执行cmd ```