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