This file contains hidden or 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 | |
# | |
# This script is used to copy images files from a connected volume to a local | |
# directory. | |
# | |
# - Creates a folder with today's date in $PHOTO_DIR | |
# - Moves RAW files into the root $PHOTO_DIR | |
# - Creates a folder for JPEG images | |
# - Creates a folder for edits/exports | |
# - Creates a README file |
OlderNewer