mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 10:06:57 +02:00
10 lines
137 B
Bash
10 lines
137 B
Bash
#!/bin/bash
|
|
|
|
set -eo pipefail
|
|
|
|
cp CONTRIBUTING.md code-of-conduct.md ./docs/
|
|
|
|
cp LICENSE ./docs/LICENSE.md
|
|
|
|
cp README.md ./docs/index.md
|