mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 22:20:56 +00:00
3 lines
85 B
Bash
Executable file
3 lines
85 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
eval "sed -i 's/\(#define *$2\) *.*$/\1 $3/g' Marlin/pins_$1.h"
|