6 Star 13 Fork 3

Gitee 极速下载 / atop

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Atoptool/atop
Clone or Download
mkdate 275 Bytes
Copy Edit Raw Blame History
#!/bin/sh
# Make a new versdate.h with the current date filled
#
CURDATE=$(date +%Y/%m/%d\ %H:%M:%S)
echo "#ifndef __ATOP_VERSDATA__" > versdate.h
echo "#define __ATOP_VERSDATA__" >> versdate.h
echo "#define ATOPDATE \"$CURDATE\"" >> versdate.h
echo "#endif" >> versdate.h
C
1
https://gitee.com/mirrors/atop.git
git@gitee.com:mirrors/atop.git
mirrors
atop
atop
master

Search