mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-01 12:21:01 -07:00
3 lines
120 B
Bash
Executable file
3 lines
120 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
eval "echo '#define ${@}' | cat - Marlin/Configuration.h > temp && mv temp Marlin/Configuration.h"
|