We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6282bcb + 31bd502 commit 8aa2f5dCopy full SHA for 8aa2f5d
get-additional-demos.sh
@@ -169,7 +169,8 @@ if [ -z "${dry_run}" ]; then
169
fi
170
171
echo "Copying files to '${demos_dir}'..."
172
- cp -r "${temp_dir}" "${demos_dir}"
+ mkdir -p "${demos_dir}"
173
+ cp -RT "${temp_dir}" "${demos_dir}"
174
else
175
echo "Files that will be copied to '${dest_dir}':"
176
find "${temp_dir}/" -not -path '*/\.*' -type f -printf "%p\n" | sed -e "s|^${temp_dir}/|./demos/|"
0 commit comments