1 line
91 B
Bash
1 line
91 B
Bash
(speaker-test -l 1 -f 1500 -t sine -P 2 -X >/dev/null)& pid="$!"; sleep 0.08; kill -9 $pid
|