kOS/boot/helicopter.ks

10 lines
122 B
Plaintext
Raw Normal View History

RunOncePath("0:/lib/boot").
2021-07-23 20:04:26 +00:00
parameter debug is false.
2021-07-23 20:04:26 +00:00
Bootstrap(
"/boot/helicopter",
List("/prog/helicopter"),
debug
).