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
|
#!/bin/bash
|
||||||
#FLAGS="-a"
|
#FLAGS="-a"
|
||||||
FLAGS="-as"
|
FLAGS="-as"
|
||||||
#STRACE=""
|
STRACE=""
|
||||||
STRACE="strace -o TRACE"
|
#STRACE="strace -o TRACE"
|
||||||
|
|
||||||
|
clear
|
||||||
echo -ne "\033]0;CONTROL\007"
|
echo -ne "\033]0;CONTROL\007"
|
||||||
echo "*** NOTE wait a few then run fix_windows.sh in a different wimdow ***"
|
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)
|
$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