mirror of
https://github.com/namecoin/ncdns
synced 2024-10-31 09:20:31 +00:00
8 lines
114 B
Bash
Executable File
8 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu -o pipefail
|
|
shopt -s failglob
|
|
|
|
cp -a $(go env GOROOT)/src/crypto/x509/* ./
|
|
rm ./x509_test.go
|