mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-24 04:29:34 +00:00
4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
eval "sed -i 's/\(#define *$1\) *.*$/\1 $2/g' Marlin/Configuration_adv.h"
|