kOS/boot/launchpad.ks

11 lines
130 B
Plaintext
Raw Normal View History

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