site/publish.sh @ 06491cc1f4a2

Remain in the proper buffer when diffing.
author Steve Losh <steve@stevelosh.com>
date Wed, 12 Dec 2012 12:52:52 -0500
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