kOS/boot/helicopter.ks

10 lines
122 B
Plaintext

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