From 67d418e32cf084dbba3a5a7425f9bee6a909bf8f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 11 Aug 2021 15:13:34 -0400 Subject: [PATCH] sleep 5 then close window at the end --- groundstation/rtl-tcp-d.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/groundstation/rtl-tcp-d.sh b/groundstation/rtl-tcp-d.sh index 5fdd67d7..bda8d73f 100755 --- a/groundstation/rtl-tcp-d.sh +++ b/groundstation/rtl-tcp-d.sh @@ -33,4 +33,6 @@ sleep 5 sudo /bin/sh -c '/usr/local/bin/rtl_tcp -a $(hostname -I|cut -f1 -d " ") -D 2' -$SHELL +sleep 5 + +#$SHELL