DEST=$1; shift
for A; do
	B="$DEST/$A"
	cp -aiv "$A" "$B" && [ "`stat -c %Y "$A"`" = "`stat -c %Y "$B"`" ] && shr "$A"
done
