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