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