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-profile.sh

17 lines
279 B

#!/bin/bash
# script to change FoxTelem default profile
echo "Script to change your default FoxTelem profile for FIAB v4"
echo
source /home/pi/venv/bin/activate
sudo rm /home/pi/FoxTelemetryData/.foxprofile
/home/pi/CubeSatSim/groundstation/fox-run.sh
sleep 5
#$SHELL

Powered by TurnKey Linux.