mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +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/...
|