forked from RCrockford/kOS-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrip_all.bat
More file actions
19 lines (14 loc) · 761 Bytes
/
strip_all.bat
File metadata and controls
19 lines (14 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@echo off
kOSStrip fcfuncssrc.ks fcfuncs.ks
kOSStrip flight\enginemanagementsrc.ks flight\enginemgmt.ks
kOSStrip flight\executeburnsrc.ks flight\executeburn.ks
kOSStrip flight\executeburnengsrc.ks flight\executeburneng.ks
kOSStrip flight\executeburnrcssrc.ks flight\executeburnrcs.ks
kOSStrip flight\rcscorrectionburnsrc.ks flight\rcscorrectionburn.ks
kOSStrip flight\orbitinsertburnsrc.ks flight\orbitinsertburn.ks
kOSStrip reentry\reentryburnsrc.ks reentry\reentryburn.ks
kOSStrip reentry\reentryrcssrc.ks reentry\reentryrcs.ks
kOSStrip reentry\reentryrcsprosrc.ks reentry\reentryrcspro.ks
kOSStrip reentry\reentrylandingsrc.ks reentry\reentrylanding.ks
kOSStrip lander\directdescent.ks lander\ddpack.ks
kOSStrip mgmt\readoutguisrc.ks mgmt\readoutgui.ks