README 775 B

12345678910111213141516
  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 more
  4. granularity than one would otherwise have. It is controlled completely
  5. through command line options. It's not supposed to be complex, and it
  6. isn't - but it makes system monitoring (or whatever else it gets hacked
  7. 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 easily
  10. auditable, and you won't get a lot of use of it unless it's suid, but
  11. that's your call. See the SlackBuild script for the proper variable to
  12. change if you want to install it suid.