kOS/boot/helicopter.ks

11 lines
155 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",
"/prog/helicopter",
List(), // no additional program files
debug
).