RosettaCodeData/Task/Terminal-control-Ringing-the-terminal-bell/UNIX-Shell/terminal-control-ringing-the-terminal-bell.sh
2023-07-01 13:44:08 -04:00

4 lines
87 B
Bash

#!/bin/sh
# Ring the terminal bell
# echo "\a" # does not work in some shells
tput bel