wok view beep/description.txt @ rev 22043

openal: post-install(): fix "sed: unmatched '|'" error
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:57:36 2019 +0300 (2019-10-22)
parents
children
line source
1 I just got so tired of being limited to printf("\a"); when I wanted a terminal
2 beep. This program isn't supposed to be anything stupendous, it's just
3 supposed to get the job done. Its intended purpose in life is to live inside
4 shell/perl scripts, and allow a little more granularity than you get with the
5 default terminal bell. Maybe I'm the only one who thinks this is useful. :)