Userland: Add beep utility

This commit is contained in:
Brendan Coles 2020-12-16 15:40:29 +00:00 committed by Andreas Kling
commit b9d99849ad
Notes: sideshowbarker 2024-07-19 01:59:31 +09:00
2 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,19 @@
## Name
beep - beep the pc speaker
## Synopsis
```sh
$ beep
```
## Description
beep allows the user to beep the PC speaker.
## Examples
```sh
$ beep
```