fixes
This commit is contained in:
parent
984b2247ed
commit
e60d4d0ccd
2 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
#!/bin/bash
|
||||
FLAGS="-a"
|
||||
#FLAGS="-as"
|
||||
#FLAGS="-a"
|
||||
FLAGS="-as"
|
||||
#STRACE=""
|
||||
STRACE="strace -o TRACE"
|
||||
|
||||
echo -ne "\033]0;CONTROL\007"
|
||||
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)
|
||||
$STRACE ./acatcher $FLAGS | (aplay -t raw -c 1 -f S16_LE -r 22050 > /dev/null 2> /dev/null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue