try again with shellcheck

pull/982/head
Jesse Vincent 4 years ago
parent 9b208d5cd3
commit ef244715a5
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -6,6 +6,6 @@ cd examples ||exit; \
install -d dirname "${EXAMPLE}"
printf "# %s\n\`\`\` c++\n", "${EXNAME}" > "${EXAMPLE}.md"
cat ../../examples/"${EXAMPLE}" >> "${EXAMPLE}.md"
printf '\n```' >> "${EXAMPLE}.md"
printf "\n\`\`\`" >> "${EXAMPLE}.md"

Loading…
Cancel
Save