aboutsummaryrefslogtreecommitdiffstats
path: root/initrd/keys
blob: 47dbae1f88a7cfd672518c4a6b425ee2aa4de42c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"