hamnet70-gnuradio-legacy/grc/install.sh

10 lines
73 B
Bash
Executable File

#!/bin/sh
set -e
for f in *.grc
do
echo Building $f ...
grcc $f
done