From 2cceb5c0c1186b908257d1da42e8a510ca1d16cb Mon Sep 17 00:00:00 2001 From: annabunches Date: Tue, 20 Jul 2021 02:37:43 -0400 Subject: [PATCH] Add a tool to upload code from the KSC to a vessel. --- reinstall.ks | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 reinstall.ks diff --git a/reinstall.ks b/reinstall.ks new file mode 100644 index 0000000..46d7ebf --- /dev/null +++ b/reinstall.ks @@ -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).