From 6d28df4965d699066930b239375e4685ec2fad7d Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 16 Apr 2019 11:06:32 +0200 Subject: [PATCH] adding stop script --- stop_tx.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stop_tx.sh diff --git a/stop_tx.sh b/stop_tx.sh new file mode 100644 index 0000000..6066baf --- /dev/null +++ b/stop_tx.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +echo "stop" +sudo killall nc python rpitx +exit 0