Lab_interaccio/2022/Marlin-2.0.9.3/buildroot/bin/opt_add

4 lines
120 B
Plaintext
Raw Permalink Normal View History

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