4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
eval "sed -i 's/\(#define *$2\) *.*$/\1 $3/g' Marlin/pins_$1.h"
|