7 lines
182 B
Bash
Executable File
7 lines
182 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rsync -r /media/whateverthesd-cardidis/DCIM/* /home/whoever/pics
|
|
|
|
echo "import finished at $(date)" >> /var/log/sd-import.log
|
|
|
|
udiskie-umount /media/whateverthesd-cardidis |