kOS/boot/science.ks

14 lines
158 B
Plaintext
Raw Normal View History

RunOncePath("0:/lib/boot").
parameter debug is false.
Bootstrap(
"/boot/science",
"",
List(
"/prog/execnode",
"/prog/reentry"
),
debug
).