From 603d04992cbf6c02cfc16f06ffab7d014d817634 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 25 Mar 2018 21:16:33 -0400 Subject: added licensing --- initrd/keys | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 initrd/keys (limited to 'initrd/keys') diff --git a/initrd/keys b/initrd/keys new file mode 100644 index 0000000..47dbae1 --- /dev/null +++ b/initrd/keys @@ -0,0 +1,21 @@ +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" + -- cgit v1.2.3