This is a re-implementation of the infamous
beep command using wscons(4)
, meaning it
should work under OpenBSD as well as NetBSD. It aims to be 100% compatible with
the original, so if you find any behavioral differences, please open an issue
or submit a pull request.
All options from the original, both short and long, have been implemented. This means you can play the piano.
License is 3-clause BSD.
Execute make
to generate the beep
executable, then make install
as root
to install the binary.
For usage details, see the manual for the original beep(1)
.