Marlin/buildroot/bin/opt_add

4 lines
120 B
Plaintext
Raw Normal View History

2024-10-25 19:01:00 +00:00
#!/usr/bin/env bash
eval "echo '#define ${@}' | cat - Marlin/Configuration.h > temp && mv temp Marlin/Configuration.h"