mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-16 06:41:06 +01:00
3 lines
79 B
Bash
Executable file
3 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
|
|
GOBIN=$PWD/`dirname $0`/bin go install -v $PWD/`dirname $0`/cmd/...
|