Last active
February 8, 2017 06:57
-
-
Save DKunin/92bfdf05957d6057aed998bfce8ea793 to your computer and use it in GitHub Desktop.
Download photos with gphoto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
mkdir ~/Downloads/$(date +%d-%m-%Y) | |
cd ~/Downloads/$(date +%d-%m-%Y) | |
gphoto2 -P | |
osascript -e 'display notification "Загрузка фотографий в папку '$(date +%d-%m-%Y)' завершена" with title "Фотографии сохранены"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://photolifetoys.blogspot.ru/2012/08/control-your-camera-with-gphoto2-via.html