Marlin-Ai3M/buildroot/bin/pins_set

4 lines
92 B
Bash

#!/usr/bin/env bash
eval "sed -i 's/\(#define \b${2}\b\).*$/\1 ${3}/g' Marlin/pins_${1}.h"