mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-05 17:26:51 +00: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"
|