mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 07:28:27 +00:00
3 lines
65 B
Bash
Executable file
3 lines
65 B
Bash
Executable file
#!/bin/bash
|
|
|
|
GOBIN=$PWD/`dirname $0`/bin go install -v ./cmd/...
|