picture.sh 226 B

1234567891011
  1. #!/bin/sh
  2. # author : bachir soussi chiadmi
  3. # date : 10/06/2016
  4. if [ ! -d "~/hehe-rover-pictures" ]; then
  5. mkdir ~/hehe-rover-pictures
  6. fi
  7. date=date +"%Y-%m-%d"
  8. /opt/vc/raspistill -q 100 -o "~/hehe-rover-pictures/$date.jpg"