mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-02 21:00:36 -07: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"
|