fix up crap

This commit is contained in:
Donald Burr 2015-02-19 09:24:59 -08:00
parent 59904b5c9c
commit 0113615640
12 changed files with 106 additions and 10 deletions

View file

@ -1,3 +1,5 @@
#!/bin/sh
#!/bin/bash
FLAGS="-a"
#FLAGS="-as"
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)
./acatcher $FLAGS | (aplay -t raw -c 1 -f S16_LE -r 22050 > /dev/null 2> /dev/null)