8 lines
99 B
Bash
Executable file
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 ..
|