6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
CGO_ENABLED=0 source ./build.bash -tags without_openssl
|