aboutsummaryrefslogtreecommitdiffstats
path: root/xinitrd/init2
diff options
context:
space:
mode:
Diffstat (limited to 'xinitrd/init2')
-rw-r--r--xinitrd/init221
1 files changed, 0 insertions, 21 deletions
diff --git a/xinitrd/init2 b/xinitrd/init2
deleted file mode 100644
index 47dbae1..0000000
--- a/xinitrd/init2
+++ /dev/null
@@ -1,21 +0,0 @@
-do
- getkey > input
- print input
- delay 1000
-while (1)
-
-#do
-# getkey > input
-# if (input & 4)
-# rand 479 > x
-# rand 319 > y
-# rand 479 > i
-# rand 319 > j
-# rand 32767 > purple
-#
-# line x y i j purple
-# end
-#while (1)
-#
-#print "done"
-