Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

music with shell script [closed]

Tags:

bash

shell

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.

like image 834
Hrishi Avatar asked Aug 28 '12 16:08

Hrishi


1 Answers

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

Here's another one.

like image 76
dotancohen Avatar answered Nov 09 '22 11:11

dotancohen