25 lines
295 B
Plaintext
25 lines
295 B
Plaintext
runoncepath("0:/lib/boot").
|
|
|
|
parameter debug is false.
|
|
|
|
local compiled is list(
|
|
"/lib/navigation",
|
|
"/lib/node",
|
|
"/lib/throttle",
|
|
"/prog/nodestats",
|
|
).
|
|
|
|
local copied is list(
|
|
"/lib/ui",
|
|
"/prog/execnode",
|
|
"/prog/circ"
|
|
).
|
|
|
|
Bootstrap(
|
|
"/boot/satellite",
|
|
"",
|
|
compiled,
|
|
copied,
|
|
debug
|
|
).
|