From 5167ae018f03fc46747c28bb2662805d59bf62bc Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sat, 1 Mar 2014 23:44:05 -0800 Subject: [PATCH 1/1] Copy the NEF's timestamp to the final .jpeg --- pic-mv | 1 + 1 file changed, 1 insertion(+) diff --git a/pic-mv b/pic-mv index e1e18ac..195b959 100755 --- a/pic-mv +++ b/pic-mv @@ -34,6 +34,7 @@ if [[ "$file" == *.NEF ]];then else mv -vi "$exposure/$base.jpeg" "$out" fi + touch -r "$file" "$out" mv -vi "$file" "$destdir/$name $number.NEF" else if [[ "$rotate" ]];then -- 2.44.1