slackbuilds/misc/beep
B. Watson c557910220 misc/beep: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 16:54:21 -04:00
..
README misc/beep: Wrap README at 72 columns. 2022-03-13 16:54:21 -04:00
beep.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
beep.info misc/beep: Updated for version 1.3 2013-11-15 13:46:10 -06:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

beep does exactly what you would expect: it beeps.

Unlike printf("\a"), beep allows you to control pitch, duration, and
repetitions. Its job is to live inside shell/perl scripts and allow
more granularity than one would otherwise have. It is controlled
completely through command line options. It's not supposed to be
complex, and it isn't - but it makes system monitoring (or whatever
else it gets hacked onto) that much more informative.

You may need to set beep executable suid; thre are potential security
issues with doing so, but the beep source code is very small and
easily auditable, and you won't get a lot of use of it unless it's
suid, but that's your call. See the SlackBuild script for the proper
variable to change if you want to install it suid.