24 lines
297 B
Plaintext
24 lines
297 B
Plaintext
runoncepath("0:/lib/boot").
|
|
|
|
parameter debug is false.
|
|
|
|
local compiled is list(
|
|
"/lib/launch_rocket",
|
|
"/lib/navigation",
|
|
"/lib/node",
|
|
"/lib/stabilize_rocket",
|
|
"/lib/throttle"
|
|
).
|
|
|
|
local copied is list(
|
|
"/lib/ui"
|
|
).
|
|
|
|
Bootstrap(
|
|
"/boot/rocket",
|
|
"/init/rocket",
|
|
compiled,
|
|
copied,
|
|
debug
|
|
).
|