smart-energy-monitor/software/flow/node_modules/install/scripts/docs.sh

8 lines
99 B
Bash
Raw Normal View History

2023-02-23 15:38:30 +01:00
#!/usr/bin/env bash
cd $(dirname $0)/..
docco install.js
cd docs
mv install.html index.html
cd ..