Update decode.sh

pull/6/head
alanbjohnston 7 years ago committed by GitHub
parent ad52d84a5f
commit e0b663f09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
# script to auto decode CubeSat Simulator telemetry
# kill openwebrx if it is running
ps -ef | grep openwebrx | grep -v grep | awk '{print $2}' | sudo xargs kill
ps -ef | grep rtl | grep -v grep | awk '{print $2}' | sudo xargs kill
echo -e "Script to auto decode CubeSat Simulator telemetry\n"

Loading…
Cancel
Save

Powered by TurnKey Linux.