github.com/soomindae/tendermint@v0.0.5-0.20210528140126-84a0c70c8162/docs/pre.sh (about)

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