Fix misc crap

This commit is contained in:
Donald Burr 2015-02-19 17:01:16 -08:00
parent a6fcb827c8
commit 84ad532fde

View file

@ -1,9 +1,10 @@
#!/bin/bash
#FLAGS="-a"
FLAGS="-as"
#STRACE=""
STRACE="strace -o TRACE"
STRACE=""
#STRACE="strace -o TRACE"
clear
echo -ne "\033]0;CONTROL\007"
echo "*** NOTE wait a few then run fix_windows.sh in a different wimdow ***"
$STRACE ./acatcher $FLAGS | (aplay -t raw -c 1 -f S16_LE -r 22050 > /dev/null 2> /dev/null)