mirror of
https://github.com/ANYCUBIC-3D/Kobra2_Neo.git
synced 2026-05-07 14:47:59 +02:00
4 lines
120 B
Bash
4 lines
120 B
Bash
#!/usr/bin/env bash
|
|
|
|
eval "echo '#define ${@}' | cat - Marlin/Configuration.h > temp && mv temp Marlin/Configuration.h"
|