Avatar
# Re-create the .json structure inside /documentation find "${WORKING}/data" -type f -name '*.json' \ | sed 's%data/%%g' \ | sed 's%\.json%%g' \ | xargs -n 1 mkdir -p # Copy our website root files over the top too cp "${WEBSITE_DIR}/index.html" "${WORKING}" cp "${WEBSITE_DIR}/styles.css" "${WORKING}/css" cp "${WEBSITE_DIR}/vexil.svg" "${WORKING}/img"
7:03 AM
↑このへんは非標準に見えます