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