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

8 lines
99 B
Bash
Executable file

#!/usr/bin/env bash
cd $(dirname $0)/..
docco install.js
cd docs
mv install.html index.html
cd ..