#!/bin/sh

CMDDESC="Generate GitBook"

#./node_modules/.bin/gitbook build ./txt ./gh-pages
gitbook build `pwd` ./gh-pages
