This website works better with JavaScript
홈
탐색
도움말
로그인
netvor
/
mydots
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
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