restructure directory layout, add dummy data generator
[usb-wde1-tools.git] / own / lines-to-stdout.php
diff --git a/own/lines-to-stdout.php b/own/lines-to-stdout.php
deleted file mode 100644 (file)
index eb6b39d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-$n = 0;
-while ($n < 4) {
-    echo $n++ . ';col2;col3;col4' . "\n";
-    sleep(1);
-}
-
-?>
\ No newline at end of file