You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
191 B

9 years ago
  1. #! /bin/bash
  2. if [[ $BARAK_SEED ]]; then
  3. cat ./cmd/barak/$BARAK_SEED | ./build/barak &
  4. fi
  5. if [[ $FAST_SYNC ]]; then
  6. ./build/tendermint node --fast_sync
  7. else
  8. ./build/tendermint node
  9. fi