initial add

bp-new
Alan Johnston 4 years ago
parent b90bef70b3
commit c7cc7e2882

@ -0,0 +1,15 @@
#!/bin/bash
echo -e "\nScript to manage HAB flight transmissions\n"
sudo systemctl enable camera
while true; do
/home/pi/CubeSatSim/config -a
sleep 60
/home/pi/CubeSatSim/config -s
sleep 120
done
Loading…
Cancel
Save

Powered by TurnKey Linux.