kOS/prog/reentry.ks

11 lines
223 B
Plaintext

// Automated reentry.
// Assumes stage 0 contains only parachutes.
// Primarily written for small science payload probes.
@lazyglobal off.
parameter retract is true.
RunOncePath("/lib/reentry").
PerformReentry(retract).