Files
tendermint/DOCKER/run.sh
2015-10-17 22:46:48 -07:00

9 lines
136 B
Bash
Executable File

#! /bin/bash
go get -u $TMREPO/cmd/tendermint
cd $GOPATH/src/$TMREPO
git fetch -a origin
git reset --hard $TMHEAD
make
tendermint node