to github
[svn42.git] / rf433rcv / pc / swap.pl
diff --git a/rf433rcv/pc/swap.pl b/rf433rcv/pc/swap.pl
deleted file mode 100755 (executable)
index 804ea6e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/perl
-
-while(<>)
-{
-  s/1/x/g;
-  s/0/1/g;
-  s/x/0/g;
-  print;
-}