X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=rf433rcv%2Fpc%2Fautotaste.sh;fp=rf433rcv%2Fpc%2Fautotaste.sh;h=6e882246c235948e2053659b389f804e4417bb3d;hb=2b085ed77470c1d69873596df4f2baa74aba674a;hp=8f1d6b436dc3abb8bca0711c7979454331d0255b;hpb=9eb12e1669a638830e453767df1844f53ceacefd;p=svn42.git diff --git a/rf433rcv/pc/autotaste.sh b/rf433rcv/pc/autotaste.sh index 8f1d6b4..6e88224 100755 --- a/rf433rcv/pc/autotaste.sh +++ b/rf433rcv/pc/autotaste.sh @@ -10,7 +10,7 @@ echo $FN3 >&2 ./decode.pl $FN $1 | xargs ./decode2.pl $FN > $FN2 if [ $1 -eq 1 ]; then ./swap.pl < $FN2 >$FN3 -else +else cat $FN2 > $FN3 fi ./plot.py < $FN3