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/fox-startup.sh

15 lines
183 B

#!/bin/bash
# script to run FoxTelem
echo "Script to run FoxTelem for ARISS Radio Pi"
echo
sudo killall -9 foxtelem &>/dev/null
/home/pi/Downloads/FoxTelem/FoxTelem &
$SHELL

Powered by TurnKey Linux.