Browse Source

Solve the bell question

Alois Mahdal 7 years ago
parent
commit
d5ecf85b49
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      dotfiles/bash/main.bashrc

+ 6
- 0
dotfiles/bash/main.bashrc View File

12
 ### SUBZ ###
12
 ### SUBZ ###
13
 ### '''' ###
13
 ### '''' ###
14
 
14
 
15
+bb() {
16
+    #
17
+    # Ring the bell
18
+    #
19
+    printf '\a'
20
+}
15
 
21
 
16
 dt() {
22
 dt() {
17
     #
23
     #