X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=rf433rcv%2Fpc%2Fdecode2.pl;fp=rf433rcv%2Fpc%2Fdecode2.pl;h=0000000000000000000000000000000000000000;hp=70ce6c2dff61d294645166a38e330e9a72ac9198;hb=fff7d88ae580a68519a3b9f590a2cf9cce21ef8b;hpb=5b00dab1a7d2ac2d8a593f0bd6e85a7194e2c9bd diff --git a/rf433rcv/pc/decode2.pl b/rf433rcv/pc/decode2.pl deleted file mode 100755 index 70ce6c2..0000000 --- a/rf433rcv/pc/decode2.pl +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/perl -use strict; -print STDERR $ARGV[2]-$ARGV[1], "samples\n"; -my @data = split //,<>; -my @samples = $ARGV[0]..$ARGV[1]; -print join '',@data[@samples]; -print STDERR "\n";