github.com/noirx94/tendermintmp@v0.0.1/docs/pre.sh (about)

     1  #!/bin/bash
     2  
     3  cp -a ../rpc/openapi/ .vuepress/public/rpc/
     4  git clone https://github.com/tendermint/spec.git specRepo && cp -r specRepo/spec . && rm -rf specRepo