mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 07:29:33 +00:00
5 lines
135 B
Bash
Executable file
5 lines
135 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
SED=$(which gsed || which sed)
|
|
|
|
eval "${SED} -i 's/\(#define \b${1}\b\).*$/\1 ${2}/g' Marlin/Configuration_adv.h"
|