1 Star 1 Fork 1

Cyan/linux1.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
makever.sh 166 Bytes
一键复制 编辑 原始数据 按行查看 历史
LeoZhang 提交于 2013-10-14 13:48 . linux 1.0.
#! /bin/sh
if [ ! -f .version ]
then
echo 0 > .version
fi
cycle=`cat .version`
cycle=`expr $cycle + 1`
if [ $cycle -gt 99 ]
then
cycle=0
fi
echo $cycle > .version
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/jqbetter/linux1.0.git
git@gitee.com:jqbetter/linux1.0.git
jqbetter
linux1.0
linux1.0
master

搜索帮助