0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-02 04:29:00 +02:00
dendrite/build.sh
Andrew Morgan eaf38ae87e
Not all systems have bash (#720)
As not all systems have bash.

Helpful for not making debugging alpine docker images a pain :>
2019-06-24 13:35:29 +01:00

4 lines
63 B
Bash
Executable file

#!/bin/sh
GOBIN=$PWD/`dirname $0`/bin go install -v ./cmd/...