Firmware2/buildroot/bin/opt_set

4 lines
107 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2017-09-06 13:28:32 +02:00
eval "sed -i 's/\(#define \b${1}\b\).*$/\1 ${2}/g' Marlin/src/config/Configuration.h"