mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 14:50:58 +00:00
3 lines
107 B
Bash
Executable file
3 lines
107 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
eval "sed -i 's/\(#define \b${1}\b\).*$/\1 ${2}/g' Marlin/src/config/Configuration.h"
|