added echo test
This commit is contained in:
parent
cfb0d5e8fb
commit
426061a3cb
|
|
@ -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
|
||||
Loading…
Reference in New Issue