dbtester/scripts/install-zetcd.sh

6 lines
81 B
Bash
Executable File

#!/usr/bin/env bash
set -e
go get -v github.com/coreos/zetcd/cmd/zetcd
zetcd -h