aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/bell.bash
blob: 1107b804d300504aab4f8b2663b0220708c3c821 (plain) (blame)
1
2
3
4
5
# Print a terminal bell
bell() {
    printf '\a'
}