11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
deletepath("/boot/helicopter").
|
|
|
|
copypath("0:/lib/control", "1:/lib/control").
|
|
copypath("0:/helicopter/hover", "1:/hover").
|
|
copypath("0:/helicopter/init", "1:/init").
|
|
|
|
// Set OS to boot and restart.
|
|
set core:bootfilename to "/init".
|
|
|
|
reboot.
|