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.

8 lines
219 B

8 years ago
  1. #! /bin/bash
  2. # This is a sample bash script for a ABCI application
  3. cd app/
  4. git clone https://github.com/tendermint/nomnomcoin.git
  5. cd nomnomcoin
  6. npm install .
  7. node app.js --eyes="unix:///data/tendermint/data/data.sock"