4 lines
91 B
Text
4 lines
91 B
Text
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
eval "sed -i 's/\(#define *$1\) *.*$/\1 $2/g' Marlin/Configuration.h"
|