kOS/boot/helicopter.ks

10 lines
203 B
Plaintext
Raw Normal View History

2021-07-23 20:04:26 +00:00
deletepath("/boot/helicopter").
2021-08-01 21:53:09 +00:00
compile "0:/lib/stabilize_helicopter" to "1:/lib/".
compile "0:/init/helicopter" to "1:/init".
2021-07-23 20:04:26 +00:00
// Set OS to boot and restart.
set core:bootfilename to "/init".
reboot.