site/publish.sh @ 42f7878f8994

Add the site publishing script.
author Steve Losh <steve@stevelosh.com>
date Fri, 29 Oct 2010 13:35:31 -0400
parents (none)
children 7269f85f8278
#!/usr/bin/env bash

rsync --delete -az . ~/src/sjl.bitbucket.org/gundo.vim
hg -R ~/src/sjl.bitbucket.org commit -Am 'gundo.vim: Update documentation.'
hg -R ~/src/sjl.bitbucket.org push