From e8701195e66f2d27ffe17fb514eae8173795aaf7 Mon Sep 17 00:00:00 2001 From: Georgiy Bondarenko <69736697+nehilo@users.noreply.github.com> Date: Thu, 4 Mar 2021 22:54:23 +0500 Subject: Initial commit --- buildroot/bin/opt_add | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 buildroot/bin/opt_add (limited to 'buildroot/bin/opt_add') diff --git a/buildroot/bin/opt_add b/buildroot/bin/opt_add new file mode 100644 index 0000000..2306ebd --- /dev/null +++ b/buildroot/bin/opt_add @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +eval "echo '#define ${@}' | cat - Marlin/Configuration.h > temp && mv temp Marlin/Configuration.h" -- cgit v1.2.3