d/publish.sh @ c9e5e7f76b20

d: Update site.
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Jan 2012 19:34:25 -0500
parents (none)
children (none)
#!/usr/bin/env bash

~/lib/virtualenvs/d/bin/python ../bin/d
hg -R ~/src/sjl.bitbucket.org pull -u
rsync --delete -az . ~/src/sjl.bitbucket.org/d
hg -R ~/src/sjl.bitbucket.org commit -Am 'd: Update site.'
hg -R ~/src/sjl.bitbucket.org push