Files
amodem/loop.sh
2014-07-22 14:16:50 +03:00

3 lines
82 B
Bash
Executable File

#!/bin/bash
(while [ true ]; do cat $1; done ) | aplay -q -f S16_LE -c 1 -r 32000