docs/publish.sh @ 9b3fda6ad1df

guts: remove the kick script
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Jan 2011 18:04:52 -0500
parents cf64f6f74ad3
children (none)
#!/usr/bin/env bash

make html
rsync --delete -az _build/html/ ~/src/sjl.bitbucket.org/hg-review
hg -R ~/src/sjl.bitbucket.org commit -Am 'hg-review: Update documentation.'
hg -R ~/src/sjl.bitbucket.org push