added echo test

This commit is contained in:
Anton 2019-04-16 11:04:40 +02:00 committed by GitHub
parent cfb0d5e8fb
commit 426061a3cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
start_echo_test.sh Normal file
View File

@ -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