music with shell script

bash, shell

Solution

Rule #34: If you can think about it, then someone on the internet has done it.

Here's another one.

Problem

the following command will output a beep sound. beep -f 10200 -l 500 I am curious to know whether someone have a shell script which generates music using the beep command.

Original source