1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:07:35 +00:00

Userland: Add beep utility

This commit is contained in:
Brendan Coles 2020-12-16 15:40:29 +00:00 committed by Andreas Kling
parent 3c9a3a9405
commit b9d99849ad
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
```