mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
eaf38ae87e
As not all systems have bash. Helpful for not making debugging alpine docker images a pain :>
4 lines
63 B
Bash
Executable File
4 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
|
|
GOBIN=$PWD/`dirname $0`/bin go install -v ./cmd/...
|