2011-03-30 13:53:33 +00:00
|
|
|
#!/bin/rc
|
|
|
|
|
|
|
|
cd /bin/inst
|
2013-10-26 18:17:56 +00:00
|
|
|
. ./defs
|
2011-03-30 13:53:33 +00:00
|
|
|
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()
|
2013-10-26 18:17:56 +00:00
|
|
|
./main
|