summaryrefslogtreecommitdiff
path: root/i/serialplot/gene.pl
diff options
context:
space:
mode:
Diffstat (limited to 'i/serialplot/gene.pl')
-rw-r--r--i/serialplot/gene.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/i/serialplot/gene.pl b/i/serialplot/gene.pl
deleted file mode 100644
index 8420d21..0000000
--- a/i/serialplot/gene.pl
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/perl -w
-use strict;
-while (1)
-{
- print "P11,11\n";
- print "Q22,22\n";
- print "R33,33\n";
-}