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/flight-copy.sh

16 lines
222 B

#!/bin/bash
echo -e "\nScript to manage HAB flight transmissions\n"
sudo systemctl restart camera
while true; do
/home/pi/CubeSatSim/config -a
sleep 120
/home/pi/CubeSatSim/config -s
sleep 105
done

Powered by TurnKey Linux.