README 764 B

123456789101112131415
  1. beep does exactly what you would expect: it beeps.
  2. Unlike printf("\a"), beep allows you to control pitch, duration, and
  3. repetitions. Its job is to live inside shell/perl scripts and allow
  4. more granularity than one would otherwise have. It is controlled
  5. completely through command line options. It's not supposed to be
  6. complex, and it isn't - but it makes system monitoring (or whatever
  7. else it gets hacked onto) that much more informative.
  8. You may need to set beep executable suid; thre are potential security
  9. issues with doing so, but the beep source code is very small and
  10. easily auditable, and you won't get a lot of use of it unless it's
  11. suid, but that's your call. See the SlackBuild script for the proper
  12. variable to change if you want to install it suid.