op25/scripts/do_sedc.sh

7 lines
136 B
Bash
Raw Permalink Normal View History

2022-06-07 20:23:31 +00:00
#! /bin/bash
me=$0
f=$1
echo "$me editing file $f"
sed -i '/^find_package(Gnuradio .*REQUIRED)/s/)/ COMPONENTS blocks fft filter)/' $f