From 44561a7e23e4a03c288a6405b0dca6327c3acad5 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 6 Jun 2021 16:19:56 -0400 Subject: [PATCH] creates symbolic links with .sh --- install.sh | 1 + update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 install.sh create mode 120000 update.sh diff --git a/install.sh b/install.sh new file mode 120000 index 00000000..32ab0160 --- /dev/null +++ b/install.sh @@ -0,0 +1 @@ +/home/pi/CubeSatSim/install \ No newline at end of file diff --git a/update.sh b/update.sh new file mode 120000 index 00000000..0b0110f6 --- /dev/null +++ b/update.sh @@ -0,0 +1 @@ +/home/pi/CubeSatSim/update \ No newline at end of file