Lab_interaccio/2023/Marlin-2.1.2.1/buildroot/bin/opt_add

4 lines
120 B
Plaintext
Raw 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"