Create take_photos.sh

bp
alanbjohnston 5 years ago committed by GitHub
parent 67e4d747b2
commit 732eebb075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,11 @@
#!/bin/bash
echo -e "\nScript to take pictures every 30 seconds\n"
while true; do
python3 /home/pi/payload/take-photo.py
echo -e "\nTaking photo!\n"
sleep 28
done
Loading…
Cancel
Save

Powered by TurnKey Linux.