Support file updates

This commit is contained in:
Scott Lahteine
2017-09-06 06:28:32 -05:00
parent 7e42c7563c
commit 65996e4235
15 changed files with 88 additions and 225 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
for opt in "$@" ; do
eval "sed -i 's/\([[:blank:]]*\)\(#define \b${opt}\b\)/\1\/\/\2/g' Marlin/Configuration.h"
eval "sed -i 's/\([[:blank:]]*\)\(#define \b${opt}\b\)/\1\/\/\2/g' Marlin/src/config/Configuration.h"
done