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,3 +1,3 @@
#!/usr/bin/env bash
eval "sed -i 's/\(#define \b${1}\b\).*$/\1 ${2}/g' Marlin/Configuration.h"
eval "sed -i 's/\(#define \b${1}\b\).*$/\1 ${2}/g' Marlin/src/config/Configuration.h"