From 426061a3cb9fee887f022e3b7263c2e2a9016cb0 Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 16 Apr 2019 11:04:40 +0200 Subject: [PATCH] added echo test --- start_echo_test.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 start_echo_test.sh diff --git a/start_echo_test.sh b/start_echo_test.sh new file mode 100644 index 0000000..f795e2e --- /dev/null +++ b/start_echo_test.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +echo test +nc -l 8011 | sudo /home/pi/rpitx/rpitx -i- -m IQFLOAT -f 438775 & +python /home/pi/rpitx_interface.py & +exit