Skip to content

Instantly share code, notes, and snippets.

@stengland
Created January 14, 2013 22:57
Show Gist options
  • Select an option

  • Save stengland/4534343 to your computer and use it in GitHub Desktop.

Select an option

Save stengland/4534343 to your computer and use it in GitHub Desktop.
Uploads all photos and videos from my Lumix to flickr. Run from XBMC 'Advanced Launcher'. Logs results to file. Uses my forked version of flickr-shell-uploader
echo start `date` >> /home/xbmc/lumix.log
/home/xbmc/bin/flickr-shell-uploader -r /media/LUMIX >> /home/xbmc/lumix.log
echo end `date` >> /home/xbmc/lumix.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment