svxlink_to_rpitx/stop_tx.sh

6 lines
59 B
Bash

#!/bin/sh
echo "stop"
sudo killall nc python rpitx
exit 0