mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 11:43:47 +00:00
4 lines
120 B
Bash
Executable File
4 lines
120 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
eval "echo '#define ${@}' | cat - Marlin/Configuration.h > temp && mv temp Marlin/Configuration.h"
|