mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
5 lines
159 B
Bash
Executable File
5 lines
159 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cp -a ../rpc/openapi/ .vuepress/public/rpc/
|
|
git clone https://github.com/tendermint/spec.git specRepo && cp -r specRepo/spec . && rm -rf specRepo
|