Add scripts for .travis.yml to append config options

This commit is contained in:
Scott Lahteine
2017-10-29 03:43:27 -05:00
parent e04425281d
commit 7465ede058
3 changed files with 7 additions and 1 deletions

3
buildroot/bin/opt_add Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
eval "echo \"#define ${1} ${2}\" >>Marlin/Configuration.h"