Add code for unmanned science return probe.
This commit is contained in:
20
boot/science.ks
Normal file
20
boot/science.ks
Normal file
@ -0,0 +1,20 @@
|
||||
runoncepath("0:/lib/boot").
|
||||
|
||||
parameter debug is false.
|
||||
|
||||
local compiled is List(
|
||||
"/lib/navigation"
|
||||
).
|
||||
|
||||
local copied is List(
|
||||
"/prog/execnode",
|
||||
"/prog/reentry"
|
||||
).
|
||||
|
||||
Bootstrap(
|
||||
"/boot/science",
|
||||
"",
|
||||
compiled,
|
||||
copied,
|
||||
debug
|
||||
).
|
Reference in New Issue
Block a user