使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
netvor
/
mydots
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Allow for a little nap before the bell
Alois Mahdal
6 年前
父节点
6303e17f83
当前提交
e3aad7106e
共有
1 个文件被更改
,包括
2 次插入
和
0 次删除
分列视图
显示文件统计
2
0
dotfiles/bash/main.bashrc
+ 2
- 0
dotfiles/bash/main.bashrc
查看文件
@@ -17,6 +17,8 @@ bb() {
17
17
#
18
18
# Ring the bell
19
19
#
20
+ local stime=${1:-0}
21
+ sleep "$stime"
20
22
printf '\a'
21
23
}
22
24