Skip to content

Instantly share code, notes, and snippets.

@cedricve
Created October 30, 2013 23:36
Show Gist options
  • Save cedricve/7242163 to your computer and use it in GitHub Desktop.
Save cedricve/7242163 to your computer and use it in GitHub Desktop.
nano upload.sh (paste the rsync commando, save and close)
chmod +x upload.sh (makes it executable)
crontab -e
*/5 * * * * /home/pi/opencv/upload.sh (add this line below)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment