mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 23:49:49 +00:00
4 lines
85 B
Text
4 lines
85 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
eval "sed -i 's/\(#define *$2\) *.*$/\1 $3/g' Marlin/pins_$1.h"
|