Skip to content

Instantly share code, notes, and snippets.

@JoeOIVOV
JoeOIVOV / .wakeup
Created May 14, 2023 05:10 — forked from aphexddb/.wakeup
OSX sleepwatcher script to take a photo on wakeup and upload to dropbox
#!/bin/bash
#
# Mac camera auto upload script
#
#####################################################
# Generate filename based on date stamp
FILE_SRC=/tmp/$(date +%m%d%y%H%M%S).jpg;
DROPBOX_FOLDER=macbook
DROPBOX_UPLOADER=/Users/<username>/Dropbox-Uploader/dropbox_uploader.sh