0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 08:08:25 +00:00
MarlinFirmware/buildroot/bin/pins_set
2016-05-10 03:37:17 +01:00

3 lines
85 B
Bash

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