kOS/boot/helicopter.ks

11 lines
242 B
Plaintext
Raw Normal View History

2021-07-23 20:04:26 +00:00
deletepath("/boot/helicopter").
2021-07-26 19:13:12 +00:00
copypath("0:/lib/control", "1:/lib/control").
copypath("0:/helicopter/hover", "1:/hover").
copypath("0:/helicopter/init", "1:/init").
2021-07-23 20:04:26 +00:00
// Set OS to boot and restart.
set core:bootfilename to "/init".
reboot.