raspberrypi/acatcher/start_watcher.sh
2015-02-19 09:24:59 -08:00

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)