ref: 435a0f18d5a5f372b4d5a30953e8d6bfd9cf6d17
dir: /rc/bin/inst/mainloop/
#!/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