mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
6 lines
144 B
Bash
Executable File
6 lines
144 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
SED=$(which gsed || which sed)
|
|
|
|
eval "${SED} -E -i 's/(\/\/)?(#define \b${2}\b).*$/\2 ${3}/g' Marlin/src/pins/pins_${1}.h"
|