X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=rf433rcv%2Fpc%2Fautotaste.sh;fp=rf433rcv%2Fpc%2Fautotaste.sh;h=0000000000000000000000000000000000000000;hp=6e882246c235948e2053659b389f804e4417bb3d;hb=fff7d88ae580a68519a3b9f590a2cf9cce21ef8b;hpb=5b00dab1a7d2ac2d8a593f0bd6e85a7194e2c9bd diff --git a/rf433rcv/pc/autotaste.sh b/rf433rcv/pc/autotaste.sh deleted file mode 100755 index 6e88224..0000000 --- a/rf433rcv/pc/autotaste.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -FN=`mktemp` -FN2=`mktemp` -FN3=`mktemp` -echo $FN >&2 -echo $FN2 >&2 -echo $FN3 >&2 -./rawhid_test > $FN -./decode.pl $FN $1 | xargs ./decode2.pl $FN > $FN2 -if [ $1 -eq 1 ]; then - ./swap.pl < $FN2 >$FN3 -else - cat $FN2 > $FN3 -fi -./plot.py < $FN3 -cat $FN3