kOS/boot/helicopter_debug.ks

7 lines
200 B
Plaintext
Raw Normal View History

2021-07-23 21:40:46 +00:00
copypath("0:/helicopter/init", "1:/init").
2021-07-23 20:04:26 +00:00
copypath("0:/helicopter/hover", "1:/hover").
2021-07-23 21:40:46 +00:00
copypath("0:/debug", "1:/debug").
2021-07-23 20:04:26 +00:00
CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Open Terminal").
run "1:/init".