mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 23:38:15 +00:00
6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
SED=$(which gsed || which sed)
|
||
|
|
||
|
eval "${SED} -i '/#define \b${1}/d' Multiprotocol/_Config.h"
|