git: 9front

ref: d9729b6d4fdac598575a0d08fe5bbd37a1b5fdda
dir: /rc/bin/inst/mainloop/

View raw version
#!/bin/rc

cd /bin/inst
. defs
fn sigint { }

coherence

# we run this while() here so that ctl-d won''t exit from us -- it''ll only exit main!
# main contains a while() loop too, to avoid the hit of 
# continually reexecing from here.

while()
	main