From 665e42a75b048217d2a721bf2f7eca8f3b60772f Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 30 Jul 2024 09:58:10 -0400 Subject: [PATCH] progress --- _compile_bundle.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 _compile_bundle.sh diff --git a/_compile_bundle.sh b/_compile_bundle.sh new file mode 100755 index 0000000..8db8762 --- /dev/null +++ b/_compile_bundle.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cd ext/rusefi/firmware/ +bash bin/compile.sh ../../../meta-info.env bundle \ No newline at end of file