lolfrog/Marlin-2.0.x/buildroot/bin/opt_add

4 lines
120 B
Plaintext
Raw Normal View History

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