7 lines
128 B
Bash
7 lines
128 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mkdir -p /app/data/output
|
||
|
touch /app/data/output/frames.txt
|
||
|
python3 /app/fakeserver/server.py &
|
||
|
|
||
|
gnuradio-companion
|