kOS/boot/science.ks

21 lines
227 B
Plaintext

runoncepath("0:/lib/boot").
parameter debug is false.
local compiled is List(
"/lib/navigation"
).
local copied is List(
"/prog/execnode",
"/prog/reentry"
).
Bootstrap(
"/boot/science",
"",
compiled,
copied,
debug
).