kOS/boot/helicopter.ks
2021-08-08 00:15:28 -04:00

17 lines
226 B
Plaintext

runoncepath("0:/lib/boot").
parameter debug is false.
local compiled is List(
"/lib/stabilize_helicopter",
"/lib/ui"
).
Bootstrap(
"/boot/helicopter",
"/prog/helicopter",
compiled,
List(), // no copied files
debug
).