• File: docs.sh
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/install/scripts/docs.sh
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 99 bytes
  • MIME-type: text/x-shellscript
  • Charset: utf-8
#!/usr/bin/env bash

cd $(dirname $0)/..
docco install.js
cd docs
mv install.html index.html
cd ..