Fix misc crap
This commit is contained in:
parent
a6fcb827c8
commit
84ad532fde
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue