site/publish.sh @ 4578b7ee5905

Fixes issue #9.
author andrey <andrey.petrusenko@gmx.com>
date Tue, 05 Feb 2013 21:13:53 +1100
parents 0013f7e01b6e
children (none)
#!/usr/bin/env bash

python render.py
hg -R ~/src/sjl.bitbucket.org pull -u
rsync --delete -az . ~/src/sjl.bitbucket.org/splice.vim
hg -R ~/src/sjl.bitbucket.org commit -Am 'splice.vim: Update site.'
hg -R ~/src/sjl.bitbucket.org push