3 lines
164 B
Bash
Executable file
3 lines
164 B
Bash
Executable file
#!/bin/sh
|
|
echo "*** NOTE wait a few then run fix_windows.sh in a different wimdow ***"
|
|
./acatcher | (aplay -t raw -c 1 -f S16_LE -r 22050 > /dev/null 2> /dev/null)
|