chain33 105 B

123456
  1. #!/bin/bash
  2. cd /root/chain33
  3. ./bityuan -p 80 -f bityuan.toml
  4. trap "./chain33-cli close" INT TERM EXIT