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