#!/bin/bash set -eo pipefail cp CONTRIBUTING.md code-of-conduct.md ./docs/ cp LICENSE ./docs/LICENSE.md cp README.md ./docs/index.md