Marlin-Ai3M/buildroot/bin/opt_set

4 lines
96 B
Bash

#!/usr/bin/env bash
eval "sed -i 's/\(#define \b${1}\b\).*$/\1 ${2}/g' Marlin/Configuration.h"