ender-marlin/buildroot/bin/opt_add

4 lines
120 B
Plaintext
Raw Normal View History

2022-04-20 18:15:37 +00:00
#!/usr/bin/env bash
eval "echo '#define ${@}' | cat - Marlin/Configuration.h > temp && mv temp Marlin/Configuration.h"