From 4eceecf1396f3db547aa132efd737da5ddc22783 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 8 Mar 2023 22:37:40 -0500 Subject: [PATCH] Add ino script --- scripts/ino.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/ino.sh diff --git a/scripts/ino.sh b/scripts/ino.sh new file mode 100644 index 0000000..acb9160 --- /dev/null +++ b/scripts/ino.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +#sync libs + +cp ino/lib/McopySerial/McopySerial.* ino/mcopy_cam_canon/ \ No newline at end of file