mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 07:29:33 +00:00
3 lines
88 B
Bash
Executable file
3 lines
88 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
eval "sed -i 's/\(#define +$2 +\)[^ ]*$/\1 $3/g' Marlin/pins_$1.h"
|