1 Star 4 Fork 1

QimingYe/chia

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lib 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
QimingYe 提交于 2021-05-05 13:44 . Add file forever_p2, tmux_plot.
#! /bin/bash
# ----------------------------------------------------------------------------
#
# Library.
#
#
# 05/05/21
#
# ----------------------------------------------------------------------------
gen_log_file () {
local base_log_filename=$(echo $(date +'%Y_%m_%d_%H_%M_%S_'))
local suffix=".log"
for i in {0..50} ; do
local log_file="${base_log_filename}${i}${suffix}"
[ -f $log_file ] && continue
echo $log_file
break
done
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/procleaf/chia.git
[email protected]:procleaf/chia.git
procleaf
chia
chia
master

搜索帮助