This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
waibao
/
NN2022112805
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
cfda82d482
ブランチ
タグ
master
NN2022112805
/
addons
/
admin
/
node_modules
/
install
/
scripts
/
docs.sh
docs.sh
99 B
履歴
Raw
1
2
3
4
5
6
7
#!/usr/bin/env bash
cd $(dirname $0)/..
docco install.js
cd docs
mv install.html index.html
cd ..