forgeplus-react/node_modules/install/scripts/docs.sh

8 lines
99 B
Bash
Raw Normal View History

2023-07-29 21:19:10 +08:00
#!/usr/bin/env bash
cd $(dirname $0)/..
docco install.js
cd docs
mv install.html index.html
cd ..