kOS/boot/helicopter.ks

11 lines
155 B
Plaintext

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