You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/groundstation/kill_all.sh

17 lines
230 B

#!/bin/bash
# script to kill all SDR or RTL processes
#
echo -e "\nKilling all SDR or RTL processes \n"
sudo killall -9 csdr
sudo killall -9 openwebrx
sudo killall -9 rtl_tcp
sudo fuser -k 8073/tcp
sudo killall -9 FoxTelem

Powered by TurnKey Linux.