This repository has been archived on 2020-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin_Ender3/buildroot/bin/pins_set

6 lines
136 B
Text
Raw Permalink Normal View History

2019-03-21 14:43:51 +01:00
#!/usr/bin/env bash
SED=$(which gsed || which sed)
eval "${SED} -i 's/\(#define \b${2}\b\).*$/\1 ${3}/g' Marlin/src/pins/pins_${1}.h"