Initial commit
This commit is contained in:
3
buildroot/bin/opt_add
Executable file
3
buildroot/bin/opt_add
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
eval "echo '#define ${@}' | cat - Marlin/Configuration.h > temp && mv temp Marlin/Configuration.h"
|
Reference in New Issue
Block a user