mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-28 06:21:31 +00:00
4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
eval "sed -i 's/\(#define +$2 +\)[^ ]*$/\1 $3/g' Marlin/pins_$1.h"
|