#!/bin/sh set -e cd /site/family/home-video/kelly/short DATE=`date +%Y%m%d` set -x mount /mnt/flash find /mnt/flash/dcim/ -iname '*.avi' -exec mv --reply=no {} . \; find /mnt/flash/dcim/ -iname '*.thm' -exec mv --reply=no {} . \; umount /mnt/flash sync ~bart/bin/avi-rename.pl mvi_*.avi chgrp smb_family *.avi *.thm chmod 0664 *.avi *.thm sync echo pwd