echo"Startup script to run FoxTelem for ARISS Radio Pi"
echo
echo
FILE=/home/pi/CubeSatSim/groundstation/.profile
if[ ! -f "$FILE"];then
echo"You need to choose your default FoxTelem profile."
echo
echo"The choices are:"
echo
echo"1. Fox-in-a-Box. Use this profile if you want to receive and decode telemetry from the AMSAT Fox satellites. If you enter a callsign and a grid square, you can upload to the AMSAT telemetry server."
echo
echo"2. CubeSatSim Ground Station. Use this profile if you want to receive and decode telemetry from an AMSAT CubeSatSim or CubeSatSim Lite."