Add files via upload

This commit is contained in:
桐话
2024-04-02 21:09:45 +08:00
committed by GitHub
parent 943cb741f9
commit 023729e2cf
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
#===============================================
# Description: DIY script
# File name: diy-script.sh
# Lisence: MIT
# Author: P3TERX
# Blog: https://p3terx.com
#===============================================
# 修改版本为编译日期
date_version=$(date +"%Y%m%d%H")
# sed -i "s/0000000000/${date_version}/g" version
echo $date_version > version