Add a tool to upload code from the KSC to a vessel.

This commit is contained in:
Anna Rose 2021-07-20 02:37:43 -04:00
parent d518d86bc2
commit 2cceb5c0c1

6
reinstall.ks Normal file
View File

@ -0,0 +1,6 @@
parameter BOOT_FILE is "rocket".
clearguis().
copypath("0:/boot/"+BOOT_FILE+".ks", "1:/boot").
switch to 1.
runpath("/boot/"+BOOT_FILE).